| |||||||||||||||||||||||||||||||||
DateTimeFormatInfo.GetMonthName MethodSystem.Globalization Namespace DateTimeFormatInfo Class Returns the culture-specific full name of the specified month based on the CultureInfo of the current thread. [ VB ] public Function GetMonthName ( _ ByVal month As Integer _ ) As String [ C# ] public string GetMonthName ( int month ); [ C++ ] public: String* GetMonthName ( int month ); [ JScript ] function GetMonthName ( month : int ) : String; Parameters
Return ValueThe culture-specific full 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 MonthNames |
| ||||||||||||||||||||||||||||||||
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