Scheduler for WinForms
GetDayOfWeekName(DayOfWeek,CultureInfo) メソッド

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

パラメータ

day
The System.DayOfWeek value.
culture
The CultureInfo object.

戻り値の型

The culture-specific full name of the day of the week represented by dayofweek.
参照

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