CreationKit Documentation

Enumeration Date​Owner

public enum DateOwner: Int  

Describes which month owns the date

DateOwner DateOwner Int Int DateOwner->Int

Conforms To

Int

Enumeration Cases

following​Month​Within​Boundary

case thisMonth = 0,
        previousMonthWithinBoundary,
        previousMonthOutsideBoundary,
        followingMonthWithinBoundary,
        followingMonthOutsideBoundary

Describes which month owns the date

previous​Month​Outside​Boundary

case thisMonth = 0,
        previousMonthWithinBoundary,
        previousMonthOutsideBoundary,
        followingMonthWithinBoundary,
        followingMonthOutsideBoundary

Describes which month owns the date

this​Month

case thisMonth = 0,
        previousMonthWithinBoundary,
        previousMonthOutsideBoundary,
        followingMonthWithinBoundary,
        followingMonthOutsideBoundary

Describes which month owns the date

following​Month​Outside​Boundary

case thisMonth = 0,
        previousMonthWithinBoundary,
        previousMonthOutsideBoundary,
        followingMonthWithinBoundary,
        followingMonthOutsideBoundary

Describes which month owns the date

previous​Month​Within​Boundary

case thisMonth = 0,
        previousMonthWithinBoundary,
        previousMonthOutsideBoundary,
        followingMonthWithinBoundary,
        followingMonthOutsideBoundary

Describes which month owns the date