Returns a TimeOfDay that represents a specified number of hours, where the specification is accurate to the nearest millisecond.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public static TimeOfDay FromHours( double value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FromHours ( _ value As Double _ ) As TimeOfDay |
Parameters
- value
- Type: System..::.Double
A number of hours, accurate to the nearest millisecond.