- Theme Engine
- Design Principles
- Templates
- EVML Reference
- Output
- Comments
- Operators
- Statements and Declarations
- Built-in Functions
- Built-in Objects
- Account
- Address
- Array
- Boolean
- Branch
- Cart
- CartLine
- Category
- CategoryCollection
- CategoryFilter
- CategoryFilterCollection
- CategoryFilterOption
- CategorySearch
- Collection
- Color
- Contact
- Currency
- Date
- Discount
- Dom
- Event
- EventCollection
- EventSlot
- Image
- Layout
- Locale
- Money
- Number
- Object
- Page
- PageCollection
- PageSearch
- PageSharer
- Pagination
- Postage
- Price
- PriceDiscount
- Product
- ProductCollection
- ProductCustomisation
- ProductDownload
- ProductMedia
- ProductMediaFrame
- ProductPrice
- ProductSearch
- ProductSpecification
- ProductSpecificationValue
- ProductVariation
- ProductVariationOption
- RecentlyViewed
- RegExp
- Request
- Review
- ReviewCollection
- Search
- SearchCollection
- SearchResult
- String
- Tag
- Template
- Url
- Website
- EV Tags
- CSS Pre-processor
- Ajax API
EventSlot
Extends Object. EventSlot objects are returned from an Event.slots() method.
Properties | |
---|---|
availablePlaces |
Type Number The number of available participant places available to book. |
bookedPlaces |
Type Number The number of participants/places already booked for the EventSlot. |
day |
Type String The start day property, unlike its name suggests, contains the year, month and day of the EventSlot in the
format " |
ends |
Type Date The end date of the EventSlot including time. |
hasPlaces |
Type Boolean True if the the number of availablePlaces is greater than 0. |
id |
Type Number The system ID for the EventSlot object. |
maxPlaces |
Type Number The maximum number of participants/places allocated for the EventSlot. |
month |
Type String The start month property, unlike its name suggests, contains the year and month of the EventSlot in the format
" |
starts |
Type Date The start date of the EventSlot including time. |
year |
Type Number The year for the start date of the EventSlot. |