Noda Time
FromMilliseconds Method (milliseconds)
NamespacesNodaTimePeriodFromMilliseconds(Int64)

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

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

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