Returns the name of the specified day of the week.
[Visual Basic] Overloads Overridable Public Function GetDayName( _ ByVal dayofweek As Integer _ ) As String [C#] public virtual string GetDayName( int dayofweek ); [C++] public: virtual String* GetDayName( int dayofweek ); [JScript] public function GetDayName( dayofweek : int ) : String;
The name of the day of the week represented by dayofweek.
For the invariant
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetDayName Overload List