Table of Contents
WeekNumberFormat Enumeration

Specifies whether week number should be relative to the month or to the year.

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

Syntax
 public enum WeekNumberFormat
Members
Member Name Description
Monthly The week number will be relative to the month.
Yearly The week number will be relative to the whole year.
See Also