Modifier and Type | Method and Description |
---|---|
void |
add(WeekDay weekDay)
Adds a
WeekDay instance to this object. |
int |
getCount()
Returns the number of objects contained in this
WeekDayCollection object. |
Calendar |
getParentCalendar()
Returns parent calendar for this object.
|
Iterator<WeekDay> |
iterator() |
List<WeekDay> |
toList()
Converts the WeekDayCollection object to a list of
WeekDay objects. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Calendar getParentCalendar()
Returns parent calendar for this object.
Read only Calendar
.
public void add(WeekDay weekDay)
Adds a WeekDay
instance to this object.
weekDay
- WeekDay
instance.public int getCount()
Returns the number of objects contained in this WeekDayCollection
object.
Read only int
.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.