DateRangeItemTotalHours Method
Return the total number of hours in the provided date range.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static float TotalHours(
DateRangeItem dateRange
)
Public Shared Function TotalHours (
dateRange As DateRangeItem
) As Single
No code example is currently available or this language may not be supported.
- dateRange DateRangeItem
-
Reference to the date range to measure.
Single
The total number of decimal hours in the provided date range, if
valid. Otherwise, 0.