com.webmethods.sc.calendar
Interface ICalendarBuilder


public interface ICalendarBuilder

CalendarBuilder is used to create calendar instances


Method Summary
 IWorkdayCalendar createWorkdayCalendar(String alias, String name, String timeZone)
          Creates an instance of IWorkdayCalendar
 

Method Detail

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 calendar
name - display name of the calendar
timeZone - timeZone ID for this calendar
Returns:
calendar instance with ID == null
Throws:
CalendarException