NullableTypes Class Library

NullableDateTime.Null Field

Represents the null value of NullableTypes.NullableDateTime. This field is read-only.

A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.

[Visual Basic]
Public Shared ReadOnly Null As NullableDateTime
[C#]
public static readonly NullableDateTime Null;

See Also

NullableDateTime Class | NullableTypes Namespace