Class Event
- Namespace
- Payetools.ReferenceData.Calendar
- Assembly
- Payetools.ReferenceData.dll
Represents a public holiday "event".
public class Event
- Inheritance
-
Event
- Inherited Members
Properties
Bunting
Gets a value indicating whether "bunting" for this public holiday event is true or false. Who knows what this means...
[JsonPropertyName("bunting")]
public bool Bunting { get; init; }
Property Value
Date
Gets the date of this public holiday event.
[JsonPropertyName("date")]
public DateOnly Date { get; init; }
Property Value
Description
Gets the description of this public holiday event.
[JsonPropertyName("title")]
public string Description { get; init; }
Property Value
Notes
Gets any notes associated with this public holiday event.
[JsonPropertyName("notes")]
public string Notes { get; init; }