Navigation bar
  Home Print document Start Previous page
 207 of 234 
Next page End  

Gravitybox Schedule Primer
Page 205 
1998-2004 Gravitybox Software LLC
where the appointments are displayed. Clicking in the
margins will not return a valid value in this case.
GetVisibleDayCount
Function GetVisibleDayCount() As Long
This function returns the number of days that are
visible in the schedule window.
GetVisibleRoomCount
Function GetVisibleRoomCount() As Long
This method returns the number of rooms visible in the
schedule window.
GetVisibleRowCount
Function GetVisibleRowCount() As Long
This method returns the number of rows visible in the
schedule window.
GetVisibleTimeCount
Function GetVisibleTimeCount() As Long
This method returns the total number of time intervals
visible on the schedule window. This is defined by the
StartTime, DayLength,  and ScheduleIncrement .
GetWeekNum
Function GetWeekNum(dtDate As Date,
[lFirstDayOfWeek As VbDayOfWeek])
This method returns the week number of the specified
date. Week numbers are normally used in some
countries and this functionality is provided for
developer convenience.
GoPrint
Function GoPrint(vStartDateRoom,
vEndDateRoom, [vStartTimeRoom],
[vEndTimeRoom], [oPrinterParamters As
CPrinterParameter]) As Boolean
This method prints a specified part of a schedule.
Given the start/end date and rooms and the start/end
times, this defined section is sent to the printer. This
method can print an arbitrarily large schedule, but must
have the needed hard drive temp space available.
Each printed page takes about a Mb of hard drive
space. After the print is completed, this temporary area
is released.
http://www.purepage.com