[This is preliminary documentation and is subject to change.]
Creates a period representing the specified number of miliseconds.

C# | Visual Basic | Visual 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 )

- milliseconds (Int64)
- The number of milliseconds in the new period

A period consisting of the given number of milliseconds.

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)