The properties of the NullableDateTime structure are listed below. For a complete list of NullableDateTime structure members, see the NullableDateTime Members topic.
HasValue | Indicates whether or not the value of the NullableDateTime structure is null. |
IsNull | Gets the Null status of this instance. True if the instance is Null, false otherwise. |
Ticks | Gets the number of ticks. Uses same tick mechanism as DateTime. |
Value | Gets the System.DateTime value represented by the instance. |
NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace