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.GetAbbreviatedDayName

[To be supplied.]

Overload List

Returns the abbreviated name of a specified day of the week.

[Visual Basic] Overloads Overridable Public Function GetAbbreviatedDayName(Integer) As String
[C#] public virtual string GetAbbreviatedDayName(int);
[C++] public: virtual String* GetAbbreviatedDayName(int);
[JScript] public function GetAbbreviatedDayName(int) : String;

Returns the abbreviated name of the specified day of the week using the specified calendar.

[Visual Basic] Overloads Overridable Public Function GetAbbreviatedDayName(Integer, Calendar) As String
[C#] public virtual string GetAbbreviatedDayName(int, Calendar);
[C++] public: virtual String* GetAbbreviatedDayName(int, Calendar);
[JScript] public function GetAbbreviatedDayName(int, Calendar) : String;

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace