ZoneId.Id Property

Definition

Gets the unique time-zone ID.

public abstract string? Id { [Android.Runtime.Register("getId", "()Ljava/lang/String;", "GetGetIdHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getId", "()Ljava/lang/String;", "GetGetIdHandler", ApiSince=26)>]
member this.Id : string

Property Value

the time-zone unique ID, not null

Attributes

Remarks

Gets the unique time-zone ID. This ID uniquely defines this object. The format of an offset based ID is defined by ZoneOffset.getId().

Java reference for java.time.ZoneId.getId.

Applies to