PracticeRegionAvailability
public struct PracticeRegionAvailability : Codable, Equatable
Start and ending date times in UTC of a Practice Region
-
Start of operating hours
Important
Timezone will be in UTC (GMT:0)Declaration
Swift
public let start: Date -
End of operating hours
Important
Timezone will be in UTC (GMT:0)Declaration
Swift
public let end: Date -
An internal decoder for creating start and end times
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash