System.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;
The culture-specific abbreviated name of the month represented by month.
For 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.
DateTimeFormatInfo Members Calendar CultureInfo GregorianCalendar AbbreviatedMonthNames
© 2000-2010 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 asp.net.ph