Noda Time
FromTicks Method (ticks)
NamespacesNodaTimePeriodFromTicks(Int64)

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

Creates a period representing the specified number of ticks.
Declaration Syntax
C#Visual BasicVisual C++
public static Period FromTicks(
	long ticks
)
Public Shared Function FromTicks ( _
	ticks As Long _
) As Period
public:
static Period^ FromTicks(
	long long ticks
)
Parameters
ticks (Int64)
The number of ticks in the new period
Return Value
A period consisting of the given number of ticks.

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