This is preliminary documentation and is subject to change.

NullHolidayProvider Class

The null holiday provider, provides no holidays at all

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public class NullHolidayProvider : IHolidayProvider
Inheritance
Object    NullHolidayProvider
Implements
IHolidayProvider

Constructors

NullHolidayProvider Initializes a new instance of the NullHolidayProvider class

Methods

IsPublicHoliday(DateOnly, CultureInfo) Checks whether the given date is a public holiday for the given Calendar in CultureInfo
IsPublicHoliday(DateTime, CultureInfo) Checks whether the given date is a public holiday for the given Calendar in CultureInfo

See Also