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
)
Visual Basic
Public Sub New ( _
	hour As Integer _
)
Visual C++
public:
TimeOfDay(
	int hour
)

Parameters

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

See Also