DateHelperToMonthOrdinal Method

Return the ordinal value of the named Month.

Definition

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

Parameters

value  String
Named Month.

Return Value

Int32
Ordinal of the Month represented by the caller's name.

See Also