LogEntryTimeStamp Property |
Date and time of the log entry message.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic DateTime TimeStamp { get; set; }
Public Property TimeStamp As DateTime
Get
Set
public:
property DateTime TimeStamp {
DateTime get ();
void set (DateTime value);
}
member TimeStamp : DateTime with get, set
Property Value
Type:
DateTime
See Also