Skip to content

Date Value Type

Overview

The Date value type represents a the date of a day.

For more information refer to the DateTime Structure topic in MSDN.

Definition

A Date value type is defined in the following manner:

text
[ws]date-format[ws]
ItemBehaviourDescription
wsOptionalWhite space.
date-formatRequiredThe culture-specific format of the date. Refer to the DateTimeFormatInfo Class topic in MSDN.

Predefined values

The following is a list of predefined Date values:

Default value1-Jan-0001
Minimum value1-Jan-0001
Maximum value31-Dec-9999

For more information refer to the DateTime.Parse Method topic in MSDN.