The fields of the NullableDateTime structure are listed below. For a complete list of NullableDateTime structure members, see the NullableDateTime Members topic.
![]() MaxValue | Represents the largest possible value of NullableTypes.NullableDateTime. This field is read-only. |
![]() MinValue | Represents the smallest possible value of NullableTypes.NullableDateTime. This field is read-only. |
![]() Null | 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. |
![]() TicksPerDay | Number of ticks per day. This field is read-only. |
![]() TicksPerHour | Number of ticks per hour. This field is read-only. |
![]() TicksPerMillisecond | Number of ticks per millisecond. This field is read-only. |
![]() TicksPerMinute | Number of ticks per minute. This field is read-only. |
![]() TicksPerSecond | Number of ticks per second. This field is read-only. |
NullableDateTime Class | NullableTypes Namespace