TotalHours
Last updated
Last updated
© Copyright 2023, Astera Software
Name | Proper |
Applicable To (DataType) | TimeSpan |
Purpose | To return a real number representing total number of Hours in the specified timespan. |
Description | Returns a real number representing total number of Hours in the specified timespan. |
Return Type | Double |
Syntax | timeSpan [System.TimeSpan] – TimeSpan for which the number of Hours will be returned |
Example
In this example, we will pass the required parameter to the function transformation object using a Variables object.
Where,
timeSpan = 20:10:20:30 (Format: dd:hh:mm:ss)
In the output window, you can see that the timespan value has been converted into a real value, indicating the total number of Hours present in the timespan value.