com.webmethods.sc.calendar
Interface ICalendarBuilder
public interface ICalendarBuilder
CalendarBuilder is used to create calendar instances
createWorkdayCalendar
IWorkdayCalendar createWorkdayCalendar(String alias,
String name,
String timeZone)
throws CalendarException
- Creates an instance of
IWorkdayCalendar
- Parameters:
alias
- unique alias name to be assigned to the calendarname
- display name of the calendartimeZone
- timeZone ID for this calendar
- Returns:
- calendar instance with ID == null
- Throws:
CalendarException