DateTimePropertyDefinition constructor

DateTimePropertyDefinition(
  1. String xmlElementName,
  2. String uri,
  3. ExchangeVersion version
)
Initializes a new instance of the Name of the XML element. The URI. The version.

Implementation

DateTimePropertyDefinition(
    String xmlElementName, String uri, ExchangeVersion version)
    : super.withUri(xmlElementName, uri, version);