CalendarContract.CalendarColumns.CanModifyTimeZone Field

Definition

Caution

Use 'Android.Provider.CalendarContract.ICalendarColumns.CanModifyTimeZone'. This class will be removed in a future release.

Can the organizer modify the time zone of the event? Column name.

[Android.Runtime.Register("CAN_MODIFY_TIME_ZONE")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CanModifyTimeZone'. This class will be removed in a future release.")]
public const string CanModifyTimeZone;
[<Android.Runtime.Register("CAN_MODIFY_TIME_ZONE")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.CanModifyTimeZone'. This class will be removed in a future release.")>]
val mutable CanModifyTimeZone : string

Field Value

Attributes

Remarks

Can the organizer modify the time zone of the event? Column name.

Type: INTEGER (boolean)

Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to