RecurrenceCode
@available(swift 4.0)
public enum RecurrenceCode : String, Codable
TCX Recurrence Code
-
Once
Declaration
Swift
case once = "Once" -
Daily
Declaration
Swift
case daily = "Daily" -
Weekly
Declaration
Swift
case weekly = "Weekly" -
Monthly
Declaration
Swift
case monthly = "Monthly" -
Yearly
Declaration
Swift
case yearly = "Yearly" -
Custom
Declaration
Swift
case custom = "Custom"