CurrentDateTime Property
Summary
Gets or sets the current date and time when creating this stamp element.
Syntax
public DateTime CurrentDateTime { get; set; }
Public Property CurrentDateTime As Date
public Date getCurrentDateTime()
public void setCurrentDateTime(Date date)
public:
property DateTime^ CurrentDateTime
{
DateTime^ get()
void set(DateTime^ value)
}
Property Value
A value indicating the current date and time when creating this stamp element.