Contents
Partner Programs
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
Returns a sequence of all of the holidays available.
none
List - A list of holidays.
All
# This example prints information about every holiday holidays = system.user.getHolidays() if len(holidays) == 0: print "No holidays defined" for holiday in holidays: print holiday.getName(), holiday.getDate(), holiday.isRepeatAnnually()
Labor Day 2015-09-07 00:00:00.0 False Groundhog Day 2016-03-02 00:00:00.0 False