Skip to content

Timestamp Value Type

Overview

The Timestamp value type represents a particular instance in time.

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

Definition

A Timestamp value type is defined in the following manner:

text
[ws]date-format hh:mm[:ss[.ff]][ws]
ItemBehaviourDescription
wsOptionalWhite space.
date-formatRequiredThe culture-specific format of the date. Refer to the DateTimeFormatInfo Class topic in MSDN.
hhRequiredHours, ranging from 0 to 23.
mmRequiredMinutes, ranging from 0 to 59.
ssOptionalSeconds, ranging from 0 to 59.
ffoptionalFractional seconds, consisting of 1 to 7 decimal digits.

Predefined values

The following is a list of predefined Timestamp values:

Default value1-Jan-0001 0:00
Minimum value1-Jan-0001 0:00
Maximum value31-Dec-9999 23:59:59

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