TTMSFNCPlannerModeSettings Class
Controls the active time range, inactive days, and item overlap behaviour for the current planner mode.
API unit family: TMSFNCPlanner
Inherits from: TPersistent
Syntax
TTMSFNCPlannerModeSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| EndTime | End time that marks the end of the active period in the current mode. |
| InActiveDays | Set of weekdays rendered as inactive (greyed). Default: [padSaturday, padSunday]. |
| OverlappableItems | True allows multiple items to overlap in the same time slot; False stacks them. Default: True. |
| StartTime | Start time that marks the beginning of the active period in the current mode (used in pmDay, pmDayPeriod, etc.). |