Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Globalization
DateTimeFormatInfo
GetShortestDayName
System.Globalization.DateTimeFormatInfo.GetShortestDayName C# (CSharp) Method
DateTimeFormatInfo Class Documentation
ファイルを表示
Open project: theolivenbaum/h5
GetShortestDayName()
public
method
Obtains the shortest abbreviated day name for a specified day of the week associated with the current DateTimeFormatInfo object.
public
GetShortestDayName
(
DayOfWeek
dayOfWeek
) :
string
dayOfWeek
DayOfWeek
One of the DayOfWeek values.
return
string
public extern string GetShortestDayName(DayOfWeek dayOfWeek); }
DateTimeFormatInfo
Clone
DateTimeFormatInfo
GetAbbreviatedDayName
GetAbbreviatedMonthName
GetAllDateTimePatterns
GetDayName
GetFormat
GetMonthName
GetShortestDayName