NullableTypes Class Library

NullableDateTime.Ticks Property

Gets the number of ticks. Uses same tick mechanism as DateTime.

[Visual Basic]
Public ReadOnly Property Ticks As Long
[C#]
public long Ticks {get;}

Property Value

The number of ticks that represent the date and time of this instance.

See Also

NullableDateTime Class | NullableTypes Namespace