 | EventStamp Property |
Gets or sets time stamp of this event (Always converted to UTC format).
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic DateTime? Stamp { get; set; }Public Property Stamp As DateTime?
Get
Set
public:
property Nullable<DateTime> Stamp {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member Stamp : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also