Returns the name of the specified day of the week using the specified calendar.
[Visual Basic] Overloads Overridable Public Function GetDayName( _ ByVal dayofweek As Integer, _ ByVal calendar As Calendar _ ) As String [C#] public virtual string GetDayName( int dayofweek, Calendar calendar ); [C++] public: virtual String* GetDayName( int dayofweek, Calendar* calendar ); [JScript] public function GetDayName( dayofweek : int, calendar : Calendar ) : 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