System.Object
SingletonDateTime
Client Declaration
public class SingletonDateTime
Represents a Content Engine property that holds a single DateTime value.
Elements
DateTime
Value
: Optional element specifying the DateTime
value held by the property.
Attributes Specific to .NET Clients
Boolean
ValueSpecified
: Optional expression specifying
whether Value
has a value (true
) or not (false
).
Attributes
String
propertyId
:
Boolean
settable
: [response] Optional expression specifying whether
the specified Content Engine property is settable by the user (true
) or not (false
). If true
, this attribute's value is "1"; otherwise, this attribute is omitted in the response. Attributes Specific to .NET Clients
Boolean
settableSpecified
: Optional expression specifying whether settable
has a value (true
) or not (false
).
<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>