![]() ![]() ![]() ![]() Gravitybox Schedule Primer
Page 209
1998-2004 Gravitybox Software LLC
ShowDay
Function ShowRoom(ByVal Room) As Boolean
If the parameter day is in the valid range to
(MinDate..MaxDate), then the schedule scrolls to the
specified day. This allows any day to be brought into
the display window.
Note: This property has no meaning if the ViewMode
property is set to exclude days.
ShowItem
Function ShowItem(Index As Long) As
Boolean
Given an index into the ScheduleItems collection on
the Schedule, this method makes the item visible on
the screen. It scrolls to the date and time of the item.
This allows any ScheduleItem to be brought into the
display window.
ShowRoom
Function ShowDay(ByVal NewDate As Date)
As Boolean
If the parameter date is in the valid range MinDate to
MaxDate, then the schedule scrolls to the specified
day. This allows any day to be brought into the display
window.
ShowTime
Function ShowTime(NewTime As Date) As
Boolean
If the parameter time is in the valid range StartTime to
StartTime + DayLength, then the schedule scrolls to
the specified time. This allows any valid time to be
brought into the display window.
|