SECCalendar::GetMonthFrozen

BOOLSECCalendar::GetMonthFrozen(void)

Returns whether the month currently displayed is frozen.

Defined in: Calendar.cpp

Return Value

Nonzero if the displayed month is frozen, otherwise 0.

Comments

If a month is frozen, via the SetMonthFrozen member, it cannot be changed without first unfreezing it. The GetMonthFrozen member function retrieves the frozen status of the month currently being displayed (i.e., nonzero if it’s frozen, 0 if not). If the calendar is in frozen month mode, the user cannot navigate to any other month.

See Also

SECCalendar  SetMonthFrozen