Noda Time
LocalTime Constructor (hour, minute)
NamespacesNodaTimeLocalTimeLocalTime(Int32, Int32)

[This is preliminary documentation and is subject to change.]

Creates a local time at the given hour and minute, with second, millisecond-of-second and tick-of-millisecond values of zero.
Declaration Syntax
C#Visual BasicVisual C++
public LocalTime(
	int hour,
	int minute
)
Public Sub New ( _
	hour As Integer, _
	minute As Integer _
)
public:
LocalTime(
	int hour, 
	int minute
)
Parameters
hour (Int32)
The hour of day.
minute (Int32)
The minute of the hour.
Return Value
The resulting time.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe parameters do not form a valid time.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)