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