[]
Gets the human-readable description of the RecurrencePattern object according to the specified culture.
public string GetDescription(CultureInfo culture)
Type | Name | Description |
---|---|---|
CultureInfo | culture | The CultureInfo object used for getting calendar specific strings. |
Type | Description |
---|---|
string | The string value described the RecurrencePattern object. |
Gets the human-readable description of the RecurrencePattern object according to the specified CalendarInfo object. Use this method instead of Description property if the RecurrencePattern object does not belong to any C1Schedule control.
public string GetDescription(CalendarInfo calendarInfo)
Type | Name | Description |
---|---|---|
CalendarInfo | calendarInfo | The CalendarInfo object used for getting calendar specific strings. |
Type | Description |
---|---|
string | The string value described the RecurrencePattern object. |
If the RecurrencePattern object does not belong to the C1Schedule control, its Description property will return the default description using current user culture and calendar settings.