CallSchedule

public class CallSchedule : Equatable, CustomStringConvertible

A CallSchedule represents the schedule of a scheduled call

Since

2.6.0
  • Start time of the call is scheduled.

    Since

    2.6.0

    Declaration

    Swift

    public let start: Date?
  • end

    End time of the call is scheduled.

    Since

    2.6.0

    Declaration

    Swift

    public let end: Date?
  • Declaration

    Swift

    public static func == (lhs: CallSchedule, rhs: CallSchedule) -> Bool
  • Declaration

    Swift

    public var description: String { get }