Initializes a new instance of the TimeOfDay class.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public TimeOfDay(
	int hour
)
Visual Basic (Declaration)
Public Sub New ( _
	hour As Integer _
)

Parameters

hour
Type: System..::.Int32
The hour of the day.

See Also