TimeRange

public class TimeRange : CustomStringConvertible, JSONRepresentable

Time range.

  • Optional starting time (inclusive).

    Declaration

    Swift

    public let startTime: Date?
  • Optional ending time (exclusive).

    Declaration

    Swift

    public let endTime: Date?
  • Declaration

    Swift

    public var description: String { get }