| |||||||||||||||||||||||||||||||||
DateTimeFormatInfo.GetAbbreviatedMonthName MethodSystem.Globalization Namespace DateTimeFormatInfo Class Returns the culture-specific abbreviated name of the specified month based on the CultureInfo of the current thread. [ VB ] public Function GetAbbreviatedMonthName ( _ ByVal month As Integer _ ) As String [ C# ] public string GetAbbreviatedMonthName ( int month ); [ C++ ] public: String* GetAbbreviatedMonthName ( int month ); [ JScript ] function GetAbbreviatedMonthName ( month : int ) : String; Parameters
Return ValueThe culture-specific abbreviated name of the month represented by month. Exceptions
RemarksFor the default invariant DateTimeFormatInfo, this method returns a string from the GregorianCalendar:
Calendar objects can accommodate calendars with 13 months. For 12-month calendars, the empty string is always returned as the name of the 13th month. See AlsoDateTimeFormatInfo Members Calendar CultureInfo GregorianCalendar AbbreviatedMonthNames |
| ||||||||||||||||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme