Scheduler for WinForms
GetMonthName(Int32,CultureInfo) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > CalendarInfo クラス > GetMonthName メソッド : GetMonthName(Int32,CultureInfo) メソッド
The month number.
The CultureInfo object.
Returns the culture-specific full name of the specified month based on the specified culture.
シンタックス
'宣言
 
Public Overloads Shared Function GetMonthName( _
   ByVal month As System.Integer, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.String
public static System.string GetMonthName( 
   System.int month,
   System.Globalization.CultureInfo culture
)

パラメータ

month
The month number.
culture
The CultureInfo object.

戻り値の型

The culture-specific month name.
参照

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