Android.App.AlarmManager.SetTimeZone Method
Set the system default time zone.

Syntax

[Android.Runtime.Register("setTimeZone", "(Ljava/lang/String;)V", "GetSetTimeZone_Ljava_lang_String_Handler")]
public virtual void SetTimeZone (string timeZone)

Parameters

timeZone
in the format understood by Java.Util.TimeZone

Remarks

Set the system default time zone. Requires the permission android.permission.SET_TIME_ZONE.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1