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,
	int minute
)
Visual Basic (Declaration)
Public Sub New ( _
	hour As Integer, _
	minute As Integer _
)

Parameters

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

See Also