DateTimeBehavior.TimeZoneIndependent 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.
Stores the date and time values without the time zone information. Value = 3.
public: static initonly Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^ TimeZoneIndependent;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="Behavior is immutable")]
public static readonly Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior TimeZoneIndependent;
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="Behavior is immutable")>]
staticval mutable TimeZoneIndependent : Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior
Public Shared ReadOnly TimeZoneIndependent As DateTimeBehavior
Field Value
- Attributes