Second
Syntax
Second(Measure_Expression)
Input Parameters
Measure_Expression
A valid Multidimensional Measure that returns a date or datetime value.
Return Value
Returns the second of the minute from the measure as an integer between 0 and 59.
Examples
Return the second component of the [MaxDueDate] measure:
Second([Measures].[MaxDueDate])