3.1.4.60.3.5 TimeDtr

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Specify a date.

 <xs:complexType name="TimeDtr" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Day" type="xs:int"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Month" type="xs:int"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Year" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Day:  Specify Day. MUST be greater than or equal to 1 and less than or equal to 31.

Month:  Specify month. MUST be greater than or equal to 1 and less than or equal to 12.

Year:  Specify year. MUST be greater than 0.