![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 189
1998-2004 Gravitybox Software LLC
property is set to exclude days.
MinDate
Property MinDate() As Date
This property defines the ending date for the schedule.
The range of days displayed on a schedule is between
the MinDate and MaxDate. This defines the total
scrollable area of the schedule. The MinDate has to be
less than or equal the MaxDate.
Note: This property has no meaning if the ViewMode
property is set to exclude days.
MonthAppointmentEventColor
Property MonthAppointmentEventColor As
OLE_COLOR
When a schedule has its ViewMode set to Month, it
displays a month of appointments at a time. This property
determines the backcolor of appointments that have been
marked as events.
MonthDisplayTime
Property MonthDisplayTime() As Boolean
This property determines if the start times of
appointments are displayed in front of the appointment
text when the schedule is in "Month" mode. When False,
the appointment text displayed with no time element.
MonthEvenBackColor
Property MonthEvenBackColor() As OLE_COLOR
When a schedule has its ViewMode set to Month, it
displays a month of appointments at a time. This property
determines the backcolor of the days for the months that
are Even (2,4,
,12).
MonthEvenForeColor
Property MonthEvenForeColor() As OLE_COLOR
When a schedule has its ViewMode set to Month, it
displays a month of appointments at a time. This property
determines the forecolor of the days for the months that
are Even (2,4,
,12).
MonthOddBackColor
Property MonthOddBackColor() As OLE_COLOR
When a schedule has its ViewMode set to Month, it
displays a month of appointments at a time. This property
|