OffsetTime.OfInstant(Instant, ZoneId) Method
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.
Obtains an instance of OffsetTime from an Instant and zone ID.
[Android.Runtime.Register("ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/OffsetTime;", "", ApiSince=26)]
public static Java.Time.OffsetTime? OfInstant(Java.Time.Instant? instant, Java.Time.ZoneId? zone);
[<Android.Runtime.Register("ofInstant", "(Ljava/time/Instant;Ljava/time/ZoneId;)Ljava/time/OffsetTime;", "", ApiSince=26)>]
static member OfInstant : Java.Time.Instant * Java.Time.ZoneId -> Java.Time.OffsetTime
Parameters
- instant
- Instant
the instant to create the time from, not null
- zone
- ZoneId
the time-zone, which may be an offset, not null
Returns
the offset time, not null
- Attributes
Remarks
To be added.
Java reference for java.time.OffsetTime.ofInstant.