Noda Time
FromMillseconds Method (milliseconds)
NamespacesNodaTimePeriodFromMillseconds(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++
[ObsoleteAttribute("Use FromMilliseconds instead. This method's name was a typo, and it will be removed in a future release.")]
public static Period FromMillseconds(
	long milliseconds
)
<ObsoleteAttribute("Use FromMilliseconds instead. This method's name was a typo, and it will be removed in a future release.")> _
Public Shared Function FromMillseconds ( _
	milliseconds As Long _
) As Period
public:
[ObsoleteAttribute(L"Use FromMilliseconds instead. This method's name was a typo, and it will be removed in a future release.")]
static Period^ FromMillseconds(
	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.
Remarks
This method is not available in the PCL version, as it was made obsolete in Noda Time 1.1.

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