Class Period
java.lang.Object
com.timeanddate.services.dataTypes.businessdays.Period
- Author:
- Daniel Alvsåker <daniel@timeanddate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Period
int
Number of calendar days in calculated period.The date the calculation ended on.Holidays which occur in the requested period.int
Number of days calculated.int
Number of days which was skipped in the calculated period.The date the calculation started from.The spread of excluded or included weekdays in includeddays.
-
Constructor Details
-
Period
public Period()
-
-
Method Details
-
getIncludedDays
public int getIncludedDays()Number of days calculated. -
getCalendarDays
public int getCalendarDays()Number of calendar days in calculated period. -
getSkippedDays
public int getSkippedDays()Number of days which was skipped in the calculated period. -
getStartDate
The date the calculation started from. -
getEndDate
The date the calculation ended on. -
getWeekdays
The spread of excluded or included weekdays in includeddays. -
getHolidays
Holidays which occur in the requested period. -
fromNode
-