DevicePolicyManager.AutoTimeZoneNotControlledByPolicy フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerAutoTimeZoneStatus enum directly instead of this field.

自動タイム ゾーンの状態がデバイス ポリシーによって制御されないことを指定します。

[Android.Runtime.Register("AUTO_TIME_ZONE_NOT_CONTROLLED_BY_POLICY", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerAutoTimeZoneStatus enum directly instead of this field.", true)]
public const Android.App.Admin.DevicePolicyManagerAutoTimeZoneStatus AutoTimeZoneNotControlledByPolicy = 0;
[<Android.Runtime.Register("AUTO_TIME_ZONE_NOT_CONTROLLED_BY_POLICY", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DevicePolicyManagerAutoTimeZoneStatus enum directly instead of this field.", true)>]
val mutable AutoTimeZoneNotControlledByPolicy : Android.App.Admin.DevicePolicyManagerAutoTimeZoneStatus

フィールド値

Value = 0
属性

注釈

自動タイム ゾーンの状態がデバイス ポリシーによって制御されないことを指定します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象