DateHelperToMonthName Method

Return the full month name of the specified ordinal month.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToMonthName(
	int value
)

Parameters

value  Int32
Month Ordinal.

Return Value

String
Name of the Month represented by the caller's ordinal position.

See Also