asp.net.ph

DateTime.Ticks Property

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;

Property Value

The number of ticks that represent the date and time of this instance. The value is between MinValue and MaxValue.

Remarks

The value of this property is the number of 100-nanosecond intervals that have elapsed since 12:00 A.M., January 1, 0001.

See Also

DateTime Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note