Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Calendar_QueryParameters

hallee edited this page May 21, 2020 · 1 revision

Calendar.QueryParameters

struct QueryParameters: QueryParameter, Hashable

Inheritance

Hashable, QueryParameter

Initializers

init(start:end:)

public init(start: Date? = nil, end: Date? = nil)

Properties

start

The first date to retrieve data for (inclusive).

let start: Date?

end

The last date to retrieve data for (inclusive).

let end: Date?