Initializes a new instance of the TimeOfDay class.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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