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.
Gets the definition of this datetime value.
Namespace: Microsoft.Data.Edm.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As DateTime
Get
'Usage
Dim instance As IEdmDateTimeValue
Dim value As DateTime
value = instance.Value
DateTime Value { get; }
property DateTime Value {
DateTime get ();
}
abstract Value : DateTime
function get Value () : DateTime
Property Value
Type: System.DateTime