public enum FirstWeekOfYear : System.Enum
'Declaration Public Enum FirstWeekOfYear Inherits System.Enum
Member | Description |
---|---|
FirstFourDays | The first week that has at least four days in the new year. This member is equivalent to the Visual Basic constant vbFirstFourDays. |
FirstFullWeek | The first full week of the year. This member is equivalent to the Visual Basic constant vbFirstFullWeek. |
Jan1 | The week in which January 1 occurs (default). This member is equivalent to the Visual Basic constant vbFirstJan1. |
System | The day of the week specified in your system settings as the first day of the week. This member is equivalent to the Visual Basic constant vbUseSystem. |
System.Object
System.ValueType
System.Enum
GrapeCity.Enterprise.Data.VisualBasicReplacement.FirstWeekOfYear