datetime (Domino DTD)

Represents date and time data. Domino <datetime> elements are represented in the following ISO8601 basic formats:

Date and time: 19990713T060306, 52+05 (time zone offset can be 2 or 4 digits) Time only: T060306, 52 Date only: 19990713

Containment Hierarchy

Contained by: <addedtofile>, <agentmodified>, <agentrun>, <created>, <datamodified>, <datechoice>, <datetimelist>, <datetimepair>, <designchange>, <designmodified>, <enddate>, <endtime>, <lastaccessed>, <lastindexed>, <modified>, <revised>, <revisions>, <starttime>, <startdate>, %simple.types; %field.types;

Syntax

<!ELEMENT datetime ( #PCDATA )>

Content

#PCDATA

Contains plain text.

Attributes

<!ATTLIST datetime
Attribute

dst

%boolean;

"false"

>

dst

Boolean value. If true, daylight-saving time is in effect for this time.

Example

Example