Syntax | Description | Example |
---|---|---|
TIMESPAN(sTimeSpan) |
Returns a time span value from a string. See: |
TIMESPAN("10.20:30:40.50") |
TOTALDAYS(tsTimeSpan) | Returns the total days in a time span. |
TOTALDAYS(TIMESPAN("10.20:30:40.50")) |
TOTALHOURS(tsTimeSpan) | Returns the total hours in a time span. |
TOTALHOURS(TIMESPAN("10.20:30:40.50")) |
TOTALMILLISECONDS(tsTimeSpan) | Returns the total milliseconds in a time span. |
TOTALMILLISECONDS(TIMESPAN("10.20:30:40.50")) |
TOTALMINUTES(tsTimeSpan) | Returns the total minutes in a time span. |
TOTALMINUTES(TIMESPAN("10.20:30:40.50")) |
TOTALSECONDS(tsTimeSpan) | Returns the total seconds in a time span. |
TOTALSECONDS(TIMESPAN("10.20:30:40.50")) |