[This is preliminary documentation and is subject to change.]
Creates a new offset from the given number of ticks, which may be negative.


- ticks (Int64)
- The number of ticks specifying the length of the new offset.

An offset representing the given number of ticks, to the (truncated) millisecond.

Offsets are only accurate to millisecond precision; the given number of ticks is simply divided
by 10,000 to give the number of milliseconds - any remainder is truncated.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The result of the operation is outside the range of Offset. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)