IAppointmentTimeZoneLocationId Property |
Gets the Timezone location id this appointment was stored under
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint TimeZoneLocationId { get; set; }
Property TimeZoneLocationId As Integer
Get
Set
Dim instance As IAppointment
Dim value As Integer
value = instance.TimeZoneLocationId
instance.TimeZoneLocationId = value
property int TimeZoneLocationId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also