All Downloads are FREE. Search and download functionalities are using the official Maven repository.

groovy.2-calendars.groovy Maven / Gradle / Ivy

There is a newer version: 0.37.1
Show newest version
///////////////////// Calendars /////////////////////
import static io.deephaven.time.calendar.Calendars.calendar
import static io.deephaven.time.calendar.Calendars.calendarNames

//todo prefix name with CALENDAR?

publishVariable( "CALENDAR_DEFAULT", calendar())

for( String n : calendarNames() ) {
    publishVariable("CALENDAR_" + n, calendar(n))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy