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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph