Instance Property
requestEndDate
The time immediately after the task finished requesting the resource, regardless of whether it was retrieved from the server or local resources.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Declaration
var requestEndDate: Date? { get }
See Also
Accessing Temporal Metrics
var requestStartDate: Date?
The time immediately before the task started requesting the resource, regardless of whether it is retrieved from the server or local resources.
var responseStartDate: Date?
The time immediately after the task received the first byte of the response from the server or from local resources.