Noda Time
FromMilliseconds Method (milliseconds)
NamespacesNodaTimeOffsetFromMilliseconds(Int32)

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

Returns the offset for the given milliseconds value, which may be negative.
Declaration Syntax
C#Visual BasicVisual C++
public static Offset FromMilliseconds(
	int milliseconds
)
Public Shared Function FromMilliseconds ( _
	milliseconds As Integer _
) As Offset
public:
static Offset FromMilliseconds(
	int milliseconds
)
Parameters
milliseconds (Int32)
The int milliseconds value.
Return Value
The Offset for the given milliseconds value
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe result of the operation is outside the range of Offset.

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