DateValue.Value Property
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.
Caution
Use MethodGetConvertedValue instead, with proper timezone information.
Direct use of Value is prohibited in favor of GetConvertedValue(TimeZoneInfo) method. Only use 'new' keyword here to catch accidental uses of base class method.
[System.Obsolete("Use MethodGetConvertedValue instead, with proper timezone information.")]
public DateTime Value { get; }
[<System.Obsolete("Use MethodGetConvertedValue instead, with proper timezone information.")>]
member this.Value : DateTime
Public ReadOnly Property Value As DateTime
Property Value
- Attributes