Returns a TimeOfDay that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public static TimeOfDay FromSeconds(
	double value
)
Visual Basic (Declaration)
Public Shared Function FromSeconds ( _
	value As Double _
) As TimeOfDay

Parameters

value
Type: System..::.Double
A number of seconds, accurate to the nearest millisecond.

Return Value

A TimeOfDay that represents value.

See Also