Language

FinishedRequestTimings.RequestEnd Property

Definition

Returns the timestamp when the request finished.

public Java.Time.Instant? RequestEnd { [Android.Runtime.Register("getRequestEnd", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRequestEnd", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.RequestEnd : Java.Time.Instant

Property Value

the java.time.Instant when the request finished, or null if the request never started.

Attributes

Applies to