DateHelperToMonthName Method
Return the full month name of the specified ordinal month.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToMonthName(
int value
)
Public Shared Function ToMonthName (
value As Integer
) As String
No code example is currently available or this language may not be supported.
- value Int32
-
Month Ordinal.
String
Name of the Month represented by the caller's ordinal position.