public class WorkWeek extends Object
Represent WorkWeek class
Constructor and Description |
---|
WorkWeek(Calendar calendar)
Initializes a new instance of the
WorkWeek class |
Modifier and Type | Method and Description |
---|---|
Date |
getFromDate()
Gets start DateTime of work week
|
String |
getName()
Gets Name of work week
|
Calendar |
getParentCalendar()
Gets parent Calendar for special WorkWeek
|
Date |
getToDate()
Gets Finish Date of work week
|
WeekDayCollection |
getWeekDays()
Gets WeekDayCollection
|
void |
setFromDate(Date value)
Gets start DateTime of work week
|
void |
setName(String value)
Gets Name of work week
|
void |
setToDate(Date value)
Sets Finish Date of work week
|
public final Date getFromDate()
Gets start DateTime of work week
public final void setFromDate(Date value)
Gets start DateTime of work week
value
- the specified date from which the work weeks starts.public final String getName()
Gets Name of work week
public final void setName(String value)
Gets Name of work week
value
- the specified work week name.public final Calendar getParentCalendar()
Calendar
class which is a parent calendar of this work week.public final Date getToDate()
Gets Finish Date of work week
public final void setToDate(Date value)
Sets Finish Date of work week
value
- the specified date when work week ends.public final WeekDayCollection getWeekDays()
Gets WeekDayCollection
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.