Enumeration
DateOwner
public enum DateOwner: Int
Describes which month owns the date
Relationships
Conforms To
Int
Enumeration Cases
followingMonthWithinBoundary
case thisMonth = 0,
previousMonthWithinBoundary,
previousMonthOutsideBoundary,
followingMonthWithinBoundary,
followingMonthOutsideBoundary
Describes which month owns the date
previousMonthOutsideBoundary
case thisMonth = 0,
previousMonthWithinBoundary,
previousMonthOutsideBoundary,
followingMonthWithinBoundary,
followingMonthOutsideBoundary
Describes which month owns the date
thisMonth
case thisMonth = 0,
previousMonthWithinBoundary,
previousMonthOutsideBoundary,
followingMonthWithinBoundary,
followingMonthOutsideBoundary
Describes which month owns the date
followingMonthOutsideBoundary
case thisMonth = 0,
previousMonthWithinBoundary,
previousMonthOutsideBoundary,
followingMonthWithinBoundary,
followingMonthOutsideBoundary
Describes which month owns the date
previousMonthWithinBoundary
case thisMonth = 0,
previousMonthWithinBoundary,
previousMonthOutsideBoundary,
followingMonthWithinBoundary,
followingMonthOutsideBoundary
Describes which month owns the date