ZoneId.From(ITemporalAccessor) Method

Definition

Obtains an instance of ZoneId from a temporal object.

[Android.Runtime.Register("from", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/ZoneId;", "", ApiSince=26)]
public static Java.Time.ZoneId? From(Java.Time.Temporal.ITemporalAccessor? temporal);
[<Android.Runtime.Register("from", "(Ljava/time/temporal/TemporalAccessor;)Ljava/time/ZoneId;", "", ApiSince=26)>]
static member From : Java.Time.Temporal.ITemporalAccessor -> Java.Time.ZoneId

Parameters

temporal
ITemporalAccessor

the temporal object to convert, not null

Returns

the zone ID, not null

Attributes

Remarks

To be added.

Java reference for java.time.ZoneId.from.

Applies to