MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.EventDateList Class Reference

Event Collection sorted by date. More...

Public Attributes

List< EventEvents = new List<Event>()
 This is the payload of Event objects that fall on this day. If no Event objects span this duration, then the events array will be emtpy. More...
 

Properties

DateTime date [get, set]
 This is a string representing a date in MM/DD/YYYY format. Any event Event whose duration spans or falls within this day will be included in the results for this day. More...
 

Detailed Description

Event Collection sorted by date.

Member Data Documentation

◆ Events

List<Event> MoxiWorks.Platform.EventDateList.Events = new List<Event>()

This is the payload of Event objects that fall on this day. If no Event objects span this duration, then the events array will be emtpy.

Property Documentation

◆ date

DateTime MoxiWorks.Platform.EventDateList.date
getset

This is a string representing a date in MM/DD/YYYY format. Any event Event whose duration spans or falls within this day will be included in the results for this day.


The documentation for this class was generated from the following file: