TimeZone.ID Property

Definition

Gets the ID of this time zone. -or- Sets the time zone ID.

public virtual string? ID { [Android.Runtime.Register("getID", "()Ljava/lang/String;", "GetGetIDHandler")] get; [Android.Runtime.Register("setID", "(Ljava/lang/String;)V", "GetSetID_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getID", "()Ljava/lang/String;", "GetGetIDHandler")>]
[<set: Android.Runtime.Register("setID", "(Ljava/lang/String;)V", "GetSetID_Ljava_lang_String_Handler")>]
member this.ID : string with get, set

Property Value

the ID of this time zone.

Attributes

Remarks

Property getter documentation:

Gets the ID of this time zone.

Java documentation for java.util.TimeZone.getID().

Property setter documentation:

Sets the time zone ID. This does not change any other data in the time zone object.

Java documentation for java.util.TimeZone.setID(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to