Noda Time
FromTicksSinceMidnight Method (ticks)
NamespacesNodaTimeLocalTimeFromTicksSinceMidnight(Int64)

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

Factory method for creating a local time from the number of ticks which have elapsed since midnight.
Declaration Syntax
C#Visual BasicVisual C++
public static LocalTime FromTicksSinceMidnight(
	long ticks
)
Public Shared Function FromTicksSinceMidnight ( _
	ticks As Long _
) As LocalTime
public:
static LocalTime FromTicksSinceMidnight(
	long long ticks
)
Parameters
ticks (Int64)
The number of ticks, in the range [0, 863,999,999,999]
Return Value
The resulting time.

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