NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.GetDayName (Int32)

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;

Parameters

dayofweek
A value representing the day of the week for which a name is to be returned.

Return Value

The name of the day of the week represented by dayofweek.

Remarks

For the invariant

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace | DateTimeFormatInfo.GetDayName Overload List