Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets or sets the CRM time zone code to be used for the conversion. Required only if SpecificTimeZone is specified in ConversionRule parameter.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public int TimeZoneCode { get; set; }
public:
property int TimeZoneCode {
int get();
void set(int value);
}
member TimeZoneCode : int with get, set
Public Property TimeZoneCode As Integer
Property Value
Type: System.Int32
Returns Int32
The integer value for the CRM time zone code.
See Also
ConvertDateAndTimeBehaviorRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright