ProjectTaskUtilToTimeSpan(Single) Method

Return the time span representation of the caller's decimal hours.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static TimeSpan ToTimeSpan(
	float absoluteHours
)

Parameters

absoluteHours  Single
Absolute floating point decimal hours to convert.

Return Value

TimeSpan
Time span representing the caller's absolute hours.

See Also