AppointmentRequest.RecurrenceTimeZoneCode Property
Applies To: Dynamics CRM 2015
Gets or sets a value to override the time zone that is specified by the UserTimeZoneCode property.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public int RecurrenceTimeZoneCode { get; set; }
public:
[DataMemberAttribute]
property int RecurrenceTimeZoneCode {
int get();
void set(int value);
}
[<DataMemberAttribute>]
member RecurrenceTimeZoneCode : int with get, set
<DataMemberAttribute>
Public Property RecurrenceTimeZoneCode As Integer
Property Value
Type: System.Int32
Type: Int32
A value to override the time zone that is specified by the UserTimeZoneCode property.
See Also
AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright