GetDescription(CalendarInfo) Method
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
C1.C1Schedule control.
'Declaration
Public Overloads Function GetDescription( _
ByVal As CalendarInfo _
) As System.String
Parameters
- calendarInfo
- The CalendarInfo object used for getting calendar specific strings.
Return Value
The
System.String value described the
RecurrencePattern object.