Start property

PropertyDefinition Start
getter/setter pair
Defines the Start property.

Implementation

static PropertyDefinition Start =
    new ScopedDateTimePropertyDefinition.withUriAndFlags(
        XmlElementNames.Start,
        _AppointmentSchemaFieldUris.Start,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1, (ExchangeVersion version) {
  return AppointmentSchema.StartTimeZone;
});