| EventStart Property |
Gets or sets start time of this event ("DTSTART").
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
NullableDateTimeSee Also