public interface ICalendarBuilder
Modifier and Type | Method and Description |
---|---|
IWorkdayCalendar |
createWorkdayCalendar(String alias,
String name,
String timeZone)
Creates an instance of
IWorkdayCalendar |
IWorkdayCalendar createWorkdayCalendar(String alias, String name, String timeZone) throws CalendarException
IWorkdayCalendar
alias
- unique alias name to be assigned to the calendarname
- display name of the calendartimeZone
- timeZone ID for this calendarCalendarException