DateTimeBehavior.UserLocal 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 value with current user local time zone information. Value = 1.
public: static initonly Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^ UserLocal;
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="Behavior is immutable")]
public static readonly Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior UserLocal;
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification="Behavior is immutable")>]
staticval mutable UserLocal : Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior
Public Shared ReadOnly UserLocal As DateTimeBehavior
Field Value
- Attributes