FinishedRequestTimings.RequestStart 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.
Returns the timestamp when the request started.
public Java.Time.Instant? RequestStart { [Android.Runtime.Register("getRequestStart", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRequestStart", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.RequestStart : Java.Time.Instant
Property Value
the java.time.Instant when the request began, or null if the request
failed before starting.
- Attributes