Class CountryEntry
- Namespace
- Payetools.ReferenceData.Calendar
- Assembly
- Payetools.ReferenceData.dll
Represents a data set of public holiday data for a specific country or countries within the UK.
public class CountryEntry
- Inheritance
-
CountryEntry
- Inherited Members
Properties
Division
Gets the country division this data set applies to.
[JsonPropertyName("division")]
public string Division { get; init; }
Property Value
Events
Gets a list of public holiday "events" as an array.
[JsonPropertyName("events")]
public Event[] Events { get; init; }
Property Value
- Event[]