ClosingScheduledDatetime | The date and time the closing event is scheduled to take place.A data type of Datetime SHOULD identify a data point that represents numerically a specific day month and year of the Gregorian Calendar plus a time of day expressed in hours, minutes and seconds as related to Coordinated Universal Time (UTC) and MAY have an IgnoreTimeSegmentIndicator attribute.
Datetimes MUST be represented in the extended format CCYY-MM-DDThh:mm:ssZ
CCYY is a four-digit year, "0000" through "9999"
MM is a two-digit month of that year, "01" through "12"
DD is a two-digit day of that month, "01" through 31
- is the required separator between CCYY-MM-DD
T is the required separator between the date and the time groupings
hh is a two-digit hour of that day, "00" through "23"
mm is a two-digit minute of that hour, "00" through "59"
ss is a two-digit second of that minute, "00" through "59"
: is the required separator between hh:mm:ss
Z is a required time zone indicator using either Z (for Coordinated Universal Time UTC) or an offset from UTC using +hh:mm or -hh:mm
Padded leading zeroes must be used throughout.
an optional fractional seconds (decimal point and up to 9 digits) is permitted between the seconds and the time zone.
Note that negative or extended (more than 4 digit) years are not permitted.
EXAMPLE: An Event Datetime would be expressed as "2010-06-29T14;24:13.124-05:00". |