Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
Due to the fact that some systems may not provide this information the value of timeStamp may be not available for all events.
When not available, a value of 0 will be returned.
Examples of epoch time are the time of the system start or 0:0:0 UTC 1st January 1970.
Namespace: Aspose.Html.Dom.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ulong TimeStamp { get; }
Public ReadOnly Property TimeStamp As ULong
Get
public:
property unsigned long long TimeStamp {
unsigned long long get ();
}
member TimeStamp : uint64 with get
Property Value
Type:
UInt64
See Also