This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines different rules for determining the first week of the year.
Namespace: Smartsite.Runtime.Modules
Assembly: Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)
Syntax
C# | Copy Code |
---|---|
public enum CalendarWeekRule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration CalendarWeekRule |
Members
Member name | Description | |
---|---|---|
FirstDay |
Indicates that the first week of the year starts on the first day of the
year and ends before the following designated first day of the week. The
value is 0.
| |
FirstFullWeek |
Indicates that the first week of the year begins on the first occurrence
of the designated first day of the week on or after the first day of the
year. The value is 1.
| |
FirstFourDayWeek |
Indicates that the first week of the year is the first week with four or
more days before the designated first day of the week. The value is 2.
|
See Also
Smartsite.Runtime.Modules Namespace