SingletonDateTime Element

System.Object

PropertyType

ModifiablePropertyType

SingletonDateTime

 

Client Declaration

Represents a Content Engine property that holds a single DateTime value.

 

Element Structure

Elements

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="SingletonDateTime">
   <xsd:complexContent>
      <xsd:extension base="ModifiablePropertyType">
         <xsd:sequence>
            <xsd:element name="Value"   type="xsd:dateTime" minOccurs="0"/>
         </xsd:sequence>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>