共用方式為


DevicePolicyManager.SetTimeZone(ComponentName, String) 方法

定義

由裝置擁有者或組織所擁有受控配置檔的配置檔擁有者呼叫,以設定系統的永續性預設時區。

[Android.Runtime.Register("setTimeZone", "(Landroid/content/ComponentName;Ljava/lang/String;)Z", "GetSetTimeZone_Landroid_content_ComponentName_Ljava_lang_String_Handler", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.SET_TIME_ZONE")]
public virtual bool SetTimeZone (Android.Content.ComponentName? admin, string? timeZone);
[<Android.Runtime.Register("setTimeZone", "(Landroid/content/ComponentName;Ljava/lang/String;)Z", "GetSetTimeZone_Landroid_content_ComponentName_Ljava_lang_String_Handler", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.SET_TIME_ZONE")>]
abstract member SetTimeZone : Android.Content.ComponentName * string -> bool
override this.SetTimeZone : Android.Content.ComponentName * string -> bool

參數

admin
ComponentName

DeviceAdminReceiver此要求與此要求相關聯。 如果呼叫端不是裝置系統管理員,則為 Null。

timeZone
String

所傳回清單的其中一個 Olson 識別碼 java.util.TimeZone#getAvailableIDs

傳回

true 如果設定時區成功,則為 , false 否則為 。

屬性

備註

由裝置擁有者或組織所擁有受控配置檔的配置檔擁有者呼叫,以設定系統的永續性預設時區。 只有在 為 0 時呼叫, android.provider.Settings.Global#AUTO_TIME_ZONE 才會生效,否則 false 會傳回 。

android.app.admin.DevicePolicyManager.setTimeZone(android.content.ComponentName, java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於