CalendarPeriodDateRange

class inmydata.CalendarAssistant.CalendarPeriodDateRange(StartDate: date, EndDate: date)

Bases: object

A structure class for passing calendar period date ranges. It contains the start and end dates of a calendar period.

StartDate

The start date of the calendar period.

Type:

date

EndDate

The end date of the calendar period.

Type:

date

Members

__init__(StartDate: date, EndDate: date)
toJSON()