CallSchedule
public class CallSchedule : Equatable, CustomStringConvertibleA CallSchedule represents the schedule of a scheduled call
Since
2.6.0- 
                  
                  Start time of the call is scheduled. Since 2.6.0DeclarationSwift public let start: Date?
- 
                  
                  End time of the call is scheduled. Since 2.6.0DeclarationSwift public let end: Date?
- 
                  
                  DeclarationSwift public static func == (lhs: CallSchedule, rhs: CallSchedule) -> Bool
- 
                  
                  DeclarationSwift public var description: String { get }
 View on GitHub
View on GitHub CallSchedule Class Reference
        CallSchedule Class Reference