DateTimeBehaviorConversionRule.SpecificTimeZone Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts UTC value to a DateOnly value as per the time zone code specified in the ConvertDateAndTimeBehaviorRequest.TimeZoneCode parameter.
public: static initonly Microsoft::Xrm::Sdk::DateTimeBehaviorConversionRule ^ SpecificTimeZone;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="DateTimeBehaviorConversionRule is immutable")]
public static readonly Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule SpecificTimeZone;
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="DateTimeBehaviorConversionRule is immutable")>]
staticval mutable SpecificTimeZone : Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule
Public Shared ReadOnly SpecificTimeZone As DateTimeBehaviorConversionRule
Field Value
- Attributes