Scheduler for WinForms
GetDescription(CalendarInfo) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > RecurrencePattern クラス > GetDescription メソッド : GetDescription(CalendarInfo) メソッド
The CalendarInfo object used for getting calendar specific strings.
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 Overloads Function GetDescription( _
   ByVal calendarInfo As CalendarInfo _
) As System.String
public System.string GetDescription( 
   CalendarInfo calendarInfo
)

パラメータ

calendarInfo
The CalendarInfo object used for getting calendar specific strings.

戻り値の型

The System.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.
参照

RecurrencePattern クラス
RecurrencePattern メンバ
オーバーロード一覧