This documentation is archived and is not being maintained.
DateTimeFormatInfo::GetDayName Method
Visual Studio 2010
Returns the culture-specific full name of the specified day of the week based on the culture associated with the current DateTimeFormatInfo object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- dayofweek
- Type: System::DayOfWeek
A System::DayOfWeek value.
Return Value
Type: System::StringThe culture-specific full name of the day of the week represented by dayofweek.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | dayofweek is not a valid System::DayOfWeek value. |
For the default invariant DateTimeFormatInfo object, this method returns a string from the GregorianCalendar object.
dayofweek | Return Value |
|---|---|
Sunday | "Sunday" |
Monday | "Monday" |
Tuesday | "Tuesday" |
Wednesday | "Wednesday" |
Thursday | "Thursday" |
Friday | "Friday" |
Saturday | "Saturday" |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: