Scheduler for UWP/WinRT
GetDescription(CalendarInfo) メソッド

カレンダー固有の文字列を取得するために使用される CalendarInfo オブジェクト。
指定された CalendarInfo オブジェクトに基づいて、人が判読できる形式の RecurrencePattern オブジェクトの説明を取得します。RecurrencePattern オブジェクトがどの C1.C1Schedule コントロールにも属さない場合は、Description プロパティの代わりにこのメソッドを使用します。
構文
'宣言
 
Public Overloads Function GetDescription( _
   ByVal calendarInfo As CalendarInfo _
) As System.String
public System.string GetDescription( 
   CalendarInfo calendarInfo
)

パラメータ

calendarInfo
カレンダー固有の文字列を取得するために使用される CalendarInfo オブジェクト。

戻り値の型

RecurrencePattern オブジェクトについて記述した System.String 値。
解説
RecurrencePattern オブジェクトが C1.C1Schedule コントロールに属さない場合は、Description プロパティが、現在のユーザーのカルチャとカレンダーの設定を使ってデフォルトの説明を返します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback