Table of Contents
CalendarWeekNumberBase Enumeration

Specifies whether the Calendar/DatePicker should display week number based on month or year.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum CalendarWeekNumberBase
Members
Member Name Description
None Do not display week number.
Month Display week number based on the current month.
Year Display week number based on the current year.
See Also