Enumeration
OutDateCellGeneration
public enum OutDateCellGeneration
Describes the types of out-date cells to be generated.
Enumeration Cases
tillEndOfRow
case tillEndOfRow, tillEndOfGrid, off
tillEndOfRow will generate dates till it reaches the end of a row. endOfGrid will continue generating until it has filled a 6x7 grid. Off-mode will generate no postdates
off
case tillEndOfRow, tillEndOfGrid, off
tillEndOfRow will generate dates till it reaches the end of a row. endOfGrid will continue generating until it has filled a 6x7 grid. Off-mode will generate no postdates
tillEndOfGrid
case tillEndOfRow, tillEndOfGrid, off
tillEndOfRow will generate dates till it reaches the end of a row. endOfGrid will continue generating until it has filled a 6x7 grid. Off-mode will generate no postdates