Technical information
Appendix B: RmsSchedulingApi - Structures
200
RMS Enterprise - NetLinx Programmer’s Guide
RMS Event Booking Monthly Summary Data Structure
This structure represents a RMS Booking Monthly Summary
STRUCTURE RmsEventBookingMonthlySummary
RMS Event Booking Daily Count Data Structure
This structure represents a RMS Booking Daily Count
STRUCTURE RmsEventBookingDailyCount
Daily counts associated with a monthly summary are represented as a
RmsEventBookingDailyCount structure, only a total of the number of entries is
provided by dailyCountsTotal
RmsEventBookingMonthlySummary
Data Type Parameter Comment
LONG
location
CHAR
startDate[RMS_MAX_DATE_TIME_LEN]
CHAR
startTime[RMS_MAX_DATE_TIME_LEN]
CHAR
endDate[RMS_MAX_DATE_TIME_LEN]
CHAR
endTime[RMS_MAX_DATE_TIME_LEN]
INTEGER
dailyCountsTotal
recordCount and recordNumber are only meaningful in the context of a monthly
summary. For a monthly summary, these items provide information about the total
number of records in the monthly summary and the record number of this specific
entry.
RmsEventBookingDailyCount
Data Type Parameter Comment
LONG location
INTEGER dayOfMonth
INTEGER bookingCount
INTEGER recordCount
INTEGER recordNumber