| EventStartTimeZoneId Property |
Gets or sets time zone id of
Start time of this event. Consider using method instead setting this property.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string StartTimeZoneId { get; set; }
Public Property StartTimeZoneId As String
Get
Set
public:
property String^ StartTimeZoneId {
String^ get ();
void set (String^ value);
}
member StartTimeZoneId : string with get, set
Property Value
Type:
StringSee Also