Data Model
-
Common protocol for types representing an arbitrary range of dates.
See moreDeclaration
Swift
public protocol CPCDateInterval : RangeExpression where Self.Bound == Date
-
Common protocol for types that can be initialized with a date interval.
See moreDeclaration
Swift
public protocol CPCDateIntervalInitializable : CPCDateInterval
-
Calendar unit that has a localizable symbol in addition to an integer value.
See moreDeclaration
Swift
public protocol CPCCalendarUnitSymbol
-
Calendar unit that represents a single day.
See moreDeclaration
Swift
public struct CPCDay
-
Calendar unit that represents a week.
See moreDeclaration
Swift
public struct CPCWeek
-
Calendar unit that represents a month.
See moreDeclaration
Swift
public struct CPCMonth
-
Calendar unit that represents a year.
See moreDeclaration
Swift
public struct CPCYear