Noda Time
FromSecondsSinceMidnight Method (seconds)
NamespacesNodaTimeLocalTimeFromSecondsSinceMidnight(Int32)

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

Factory method for creating a local time from the number of seconds which have elapsed since midnight.
Declaration Syntax
C#Visual BasicVisual C++
public static LocalTime FromSecondsSinceMidnight(
	int seconds
)
Public Shared Function FromSecondsSinceMidnight ( _
	seconds As Integer _
) As LocalTime
public:
static LocalTime FromSecondsSinceMidnight(
	int seconds
)
Parameters
seconds (Int32)
The number of seconds, in the range [0, 86,399]
Return Value
The resulting time.

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