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