NullableTypes Class Library

NullableDateTime.Value Property

Gets the System.DateTime value represented by the instance.

[Visual Basic]
Public ReadOnly Property Value As Date
[C#]
public System.DateTime Value {get;}

Property Value

The value of the NullableDateTime structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableDateTime Class | NullableTypes Namespace