System Namespace DateTime Structure
Returns the number of ticks that represent the date and time of this instance.
[ VB ]
<Serializable>
Public ReadOnly Property Ticks As Long
[ C# ]
[ Serializable ]
public long Ticks { get; }
[ C++ ]
[ Serializable ]
public: __property __int64 get_Ticks ( );
[ JScript ]
public Serializable
function get Ticks ( ) : long;
The number of ticks that represent the date and time of this instance. The value is between MinValue and MaxValue.
The value of this property is the number of 100-nanosecond intervals that have elapsed since 12:00 A.M., January 1, 0001.
DateTime Members