CalendarEvent Class
Represents a calendar event.
public sealed class CalendarEvent
- Namespace
- Spectre
.Console
Constructors
-
CalendarEvent
(int, int, int, Style) -
Initializes a new instance of the
CalendarEvent
class. -
CalendarEvent
(string, int, int, int, Style) -
Initializes a new instance of the
CalendarEvent
class.
Properties
- Style CustomHighlightStyle
- Gets the custom highlight style of the calendar event.
- 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.