CalendarEvent Class

Represents a calendar event.
public sealed class CalendarEvent
Namespace
Spectre.Console

Constructors

CalendarEvent(int, int, int)
Initializes a new instance of the CalendarEvent class.
CalendarEvent(string, int, int, int)
Initializes a new instance of the CalendarEvent class.

Properties

int Day
Gets the day of the calendar event.
string Description
Gets the description of the calendar event.
int Month
Gets the month of the calendar event.
int Year
Gets the year of the calendar event.