Initializes a new instance of the TimeOfDay class.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TimeOfDay(
	int hour,
	int minute
)
Visual Basic
Public Sub New ( _
	hour As Integer, _
	minute As Integer _
)
Visual C++
public:
TimeOfDay(
	int hour, 
	int minute
)

Parameters

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

See Also