WEB-INF.cftags.componentmura.cfobject
mura.content.contentIntervalManager
This provides content interval service level logic functionality
Method Summary | |
---|---|
date
|
GetLastDayOfWeekOfMonth(numeric year, numeric month, numeric DayOfWeek)
Returns the date of the last given weekday of the given month. |
any
|
GetNthDayOfMonth(numeric year, numeric Month, numeric DayOfWeek, [numeric Nth='1'])
I return the Nth instance of the given day of the week for the given month (ex. |
query
|
apply(query query, date From, date To, date current='0')
Gets the events between the given dates (inclusive). |
any
|
applyByMenuTypeAndDate([any query], [any menuType], [any menuDate])
|
any
|
deserializeInterval([any interval], [any displayStart], [any displayStop])
|
any
|
findConflicts([any content])
|
any
|
isAllDay([any start], [any stop])
|
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Method Detail |
---|
Returns the date of the last given weekday of the given month.
year
- Any date in the given month we are going to be looking at.month
- Any date in the given month we are going to be looking at.DayOfWeek
- The day of the week of which we want to find the last monthly occurence.I return the Nth instance of the given day of the week for the given month (ex. 2nd Sunday of the month).
year
- I am the month for which we are gathering date information.Month
- I am the month for which we are gathering date information.DayOfWeek
- I am the day of the week (1-7) that we are locating.Nth
- I am the Nth instance of the given day of the week for the given month.Gets the events between the given dates (inclusive). Returns a structure that has both the event query and event index.
query
- The Query the has the items that may need intervals appliedFrom
- The From date for our date span (inclusive).To
- The To date for our date span (inclusive).current
- The From date for our date span (inclusive).query
menuType
menuDate
interval
displayStart
displayStop
content
start
stop