HolidaySchedule Interface

This interface provides methods used to determine if a given date is a holiday as defined by each implementation.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public interface HolidaySchedule

Methods

isHoliday Determines if the provided date is a holiday.

See Also