Class CalendarMark
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The CalendarMark is an item for marking a Calendar's type, date, and repeat type.
C#Copypublic class CalendarMark
- Inheritance
-
objectCalendarMark
Constructors
View Source
CalendarMark(string, DateTime, CalendarMarkRepeatType)
Creates and initializes a new instance of the CalendarMark class.
Declaration
C#Copypublic CalendarMark(string type, DateTime date, CalendarMarkRepeatType repeat)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | Type of mark. |
| System.DateTime | date | Date of inclusion of the mark. |
| CalendarMarkRepeatType | repeat | Repeat type. |
Fields
Declaration
C#Copypublic DateTime Date
Field Value
| Type | Description |
|---|---|
| System.DateTime |
Declaration
C#Copypublic CalendarMarkRepeatType Repeat
Field Value
| Type | Description |
|---|---|
| CalendarMarkRepeatType |
Declaration
C#Copypublic string Type
Field Value
| Type | Description |
|---|---|
| string |