ZoneId.Id Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.