 | BaseTimeZoneOffsetStart Property |
This property specifies when the time zone offset begins (Always converted to local time without the "TZID" property parameter).
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic DateTime? Start { get; set; }Public Property Start As DateTime?
Get
Set
public:
property Nullable<DateTime> Start {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}member Start : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also