public class TickDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<Date>
A single tick represents one hundred nanoseconds or one ten-millionth of a second. There are 10,000 ticks in a millisecond, or 10 million ticks in
a second. A tick represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001 (0:00:00 UTC on
January 1, 0001, in the Gregorian calendar). It does not include the number of ticks that are attributable to leap seconds.
- See Also:
- DateTime.Ticks Property