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

カレンダー固有の文字列を取得するために使用される System.Globalization.CultureInfo オブジェクト。
指定されたカルチャに基づいて、人が判読できる形式の RecurrencePattern オブジェクトの説明を取得します。
構文
'宣言
 
Public Overloads Function GetDescription( _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
public System.string GetDescription( 
   System.Globalization.CultureInfo culture
)

パラメータ

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

戻り値の型

RecurrencePattern オブジェクトについて記述した System.String 値。
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