DateHelperToInt32 Method

Return the Int32 value of the specified Day of Week.

Definition

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

Parameters

value  DayOfWeek
Day of Week enumeration member.

Return Value

Int32
Ordinal value of the specified Day of Week.

See Also