Table of Contents
WeekNumberFormat Property

Gets or sets a value that indicates the strategy to use while computing the week number. This is a dependency property.

Syntax
 public WeekNumberFormat WeekNumberFormat { get; set; }

Property Value

The default value is Yearly.

Remarks

Note that for the WeekNumberFormat property to be used, the ShowWeekNumber property must be set to true.

See Also