Class NSRecurrenceDate
Constructors
NSRecurrenceDate()
Initializes a new instance of the NSRecurrenceDate class.
Declaration
NSRecurrenceDate Methods
GetDate()
Declaration
DateTime GetDate() Returns
| Type | Description |
| The date of the recurring appointment. |
GetDescription()
Declaration
String GetDescription() Returns
| Type | Description |
| String | Any description, such as red-letter day info, or marked dates. |
GetDescriptionStyleHint()
Declaration
String GetDescriptionStyleHint() Returns
| Type | Description |
| String |
GetIsConflict()
Declaration
Bool GetIsConflict() Returns
| Type | Description |
| Bool | True if this date creates a conflict. |
GetTooltip()
Declaration
String GetTooltip() Returns
| Type | Description |
| String | Tooltip describing any conflicts. |
SetDate(DateTime)
Declaration
Void SetDate(DateTime date) Parameters
| Type | Name | Description |
| date | The date of the recurring appointment. |
Returns
| Type | Description |
| Void |
SetDescription(String)
Declaration
Void SetDescription(String description) Parameters
| Type | Name | Description |
| String | description | Any description, such as red-letter day info, or marked dates. |
Returns
| Type | Description |
| Void |
SetDescriptionStyleHint(String)
Declaration
Void SetDescriptionStyleHint(String hint) Parameters
| Type | Name | Description |
| String | hint |
Returns
| Type | Description |
| Void |