ModDate

Top  Previous  Next

ModDate specifies the date and time of the document that was recently modified.

 

 

 

Syntax

 

 

 

[VC++]

CString GetModDate();

void SetModDate(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string ModDate [  get,  set ]

 

[VB]

Property ModDate As String