Table of Contents

Class PublicHolidaysCatalog

Namespace
Payetools.ReferenceData.Calendar
Assembly
Payetools.ReferenceData.dll

Used to deserialise the public holiday dataset from gov.uk available at https://www.gov.uk/bank-holidays.json.

public record PublicHolidaysCatalog : IEquatable<PublicHolidaysCatalog>
Inheritance
PublicHolidaysCatalog
Implements
Inherited Members

Properties

EnglandAndWales

Gets the public holiday information for England and Wales.

[JsonPropertyName("england-and-wales")]
public CountryEntry EnglandAndWales { get; init; }

Property Value

CountryEntry

NorthernIreland

Gets the public holiday information for Scotland.

[JsonPropertyName("northern-ireland")]
public CountryEntry NorthernIreland { get; init; }

Property Value

CountryEntry

Scotland

Gets the public holiday information for Scotland.

[JsonPropertyName("scotland")]
public CountryEntry Scotland { get; init; }

Property Value

CountryEntry