Class BusinessHoliday
java.lang.Object
com.timeanddate.services.dataTypes.businessdays.BusinessHoliday
- Author:
- Daniel Alvsåker <daniel@timeanddate.com>
-
Method Summary
Modifier and TypeMethodDescriptionstatic BusinessHoliday
int
getCount()
The number of holidays in the results.Holidays which occur in the requested period.Either included or excluded, specifying whether or not the holidays in the result array were included or excluded when queried.
-
Method Details
-
getIncludeOrExclude
Either included or excluded, specifying whether or not the holidays in the result array were included or excluded when queried. -
getCount
public int getCount()The number of holidays in the results. -
getHolidays
Holidays which occur in the requested period. -
fromNode
-