autoDateAndTimeZone property
Whether auto date, time, and time zone are enabled on a company-owned device.
If this is set, then autoTimeRequired is ignored. Possible string values are:
- "AUTO_DATE_AND_TIME_ZONE_UNSPECIFIED" : Unspecified. Defaults to AUTO_DATE_AND_TIME_ZONE_USER_CHOICE.
- "AUTO_DATE_AND_TIME_ZONE_USER_CHOICE" : Auto date, time, and time zone are left to user's choice.
- "AUTO_DATE_AND_TIME_ZONE_ENFORCED" : Enforce auto date, time, and time zone on the device.
Implementation
core.String? autoDateAndTimeZone;