org.jbpm.calendar
Class Day
java.lang.Object
org.jbpm.calendar.Day
- All Implemented Interfaces:
- Serializable
public class Day
- extends Object
- implements Serializable
is a day on a business calendar.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Day
public Day(String dayPartsText,
DateFormat dateFormat,
BusinessCalendar businessCalendar)
parseWeekDays
public static Day[] parseWeekDays(Properties calendarProperties,
BusinessCalendar businessCalendar)
findNextDayPartStart
public void findNextDayPartStart(int dayPartIndex,
Date date,
Object[] result)
- Deprecated. with no replacement
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.