RecordCreationTime Property |
Gets or sets date and time in Coordinated Universal Time (UTC) when the user performed the activity.
Mandatory: Yes
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic DateTime CreationTime { get; set; }
Public Property CreationTime As DateTime
Get
Set
public:
property DateTime CreationTime {
DateTime get ();
void set (DateTime value);
}
member CreationTime : DateTime with get, set
Property Value
Type:
DateTime
See Also