StartTimeZonePropertyDefinition constructor
StartTimeZonePropertyDefinition(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
Implementation
StartTimeZonePropertyDefinition(String xmlElementName, String uri,
List<PropertyDefinitionFlags> flags, ExchangeVersion version)
: super(xmlElementName, uri, flags, version) {}