Class CalendarMark
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The CalendarMark is an item for marking a Calendar's type, date, and repeat type.
public class CalendarMark
- Inheritance
-
CalendarMark
Constructors
View SourceCalendarMark(String, DateTime, CalendarMarkRepeatType)
Creates and initializes a new instance of the CalendarMark class.
Declaration
public CalendarMark(string type, DateTime date, CalendarMarkRepeatType repeat)
Parameters
Type | Name | Description |
---|---|---|
String | type | Type of mark. |
DateTime | date | Date of inclusion of the mark. |
CalendarMarkRepeatType | repeat | Repeat type. |
API Level: preview
Fields
View SourceDate
A time struct to represent the date of inclusion of the mark.
Declaration
public DateTime Date
Field Value
Type | Description |
---|---|
DateTime |
API Level: preview
View SourceRepeat
Repeats the event following this periodicity.
Declaration
public CalendarMarkRepeatType Repeat
Field Value
Type | Description |
---|---|
CalendarMarkRepeatType |
API Level: preview
View SourceType
A string used to define the type of mark.
Declaration
public string Type
Field Value
Type | Description |
---|---|
String |