ScopedDateTimePropertyDefinition.withUriAndFlags constructor

ScopedDateTimePropertyDefinition.withUriAndFlags(
  1. String xmlElementName,
  2. String uri,
  3. List<PropertyDefinitionFlags> flags,
  4. ExchangeVersion version,
  5. GetPropertyDefinitionCallback getPropertyDefinitionCallback,
)
Initializes a new instance of the Name of the XML element. The URI. The flags. The version. The callback that will be used to retrieve the time zone property.

Implementation

ScopedDateTimePropertyDefinition.withUriAndFlags(
    String xmlElementName,
    String uri,
    List<PropertyDefinitionFlags> flags,
    ExchangeVersion version,
    GetPropertyDefinitionCallback getPropertyDefinitionCallback)
    : super.withUriAndFlags(xmlElementName, uri, flags, version) {
  this._getPropertyDefinitionCallback = getPropertyDefinitionCallback;
}