Android.Text.Format.Time.SwitchTimezone Method
Convert this time object so the time represented remains the same, but is instead located in a different timezone.

Syntax

[Android.Runtime.Register("switchTimezone", "(Ljava/lang/String;)V", "GetSwitchTimezone_Ljava_lang_String_Handler")]
public virtual void SwitchTimezone (string timezone)

Parameters

timezone
Documentation for this section has not yet been entered.

Remarks

Convert this time object so the time represented remains the same, but is instead located in a different timezone. This method automatically calls normalize() in some cases.

This method can return incorrect results if the date / time cannot be normalized.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3