Click or drag to resize

Ticks   Conversion Operators

Overload List
  Name Description
Public operator Static member (DateTime to Ticks) Implicitly converts value, represented as a DateTime, to a Ticks.
Public operator Static member (Int64 to Ticks) Implicitly converts value, represented in ticks, to a Ticks.
Public operator Static member (Ticks to NtpTimeTag) Implicitly converts Ticks, represented in ticks, to an NtpTimeTag.
Public operator Static member (Ticks to UnixTimeTag) Implicitly converts Ticks, represented in ticks, to a UnixTimeTag.
Public operator Static member (Ticks to DateTime) Implicitly converts Ticks, represented in ticks, to a DateTime.
Public operator Static member (Ticks to Int64) Implicitly converts Ticks, represented in ticks, to an Int64.
Public operator Static member (Ticks to TimeSpan) Implicitly converts Ticks, represented in ticks, to a TimeSpan.
Public operator Static member (TimeSpan to Ticks) Implicitly converts value, represented as a TimeSpan, to a Ticks.
Public operator Static member (TimeTagBase to Ticks) Implicitly converts value, represented as a TimeTagBase, to a Ticks.
Top
See Also