Class BusinessHoliday

java.lang.Object
com.timeanddate.services.dataTypes.businessdays.BusinessHoliday

public class BusinessHoliday extends Object
Author:
Daniel Alvsåker <daniel@timeanddate.com>
  • Method Details

    • getIncludeOrExclude

      public IncludeExclude 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

      public List<Holiday> getHolidays()
      Holidays which occur in the requested period.
    • fromNode

      public static BusinessHoliday fromNode(Node node)