Help > Web Development > Object Reference > Object Reference > ISYSDocument > Timestamp Property
<a name="kanchor346"></a>ISYSDocument:Timestamp Property
Returns the document time stamp, checksum or generation counter. For file-based documents, this will usually be the date/time stamp from disk. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Timestamp as date
[C#]
System.DateTime IISYSDocument.Timestamp {get;}
[ColdFusion/Java]
java.util.Date ISYSDocument.Timestamp() throws ComException;
Examples
[VBScript]
<% set document = results.Item(i) %> <%= i %>. <%= document.Title %> <br> <%= document.filename %> - <%= document.Format %> - <%= document.Relevance %>% - <%= document.Timestamp %>