ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / FirstWeekOfYear Enumeration

In This Topic
    FirstWeekOfYear Enumeration
    In This Topic
    Indicates the first week of the year to use when calling date-related functions.
    Syntax
    'Declaration
     
    Public Enum FirstWeekOfYear 
       Inherits System.Enum
    public enum FirstWeekOfYear : System.Enum 
    Members
    MemberDescription
    FirstFourDaysThe first week that has at least four days in the new year. This member is equivalent to the Visual Basic constant vbFirstFourDays.
    FirstFullWeekThe first full week of the year. This member is equivalent to the Visual Basic constant vbFirstFullWeek.
    Jan1The week in which January 1 occurs (default). This member is equivalent to the Visual Basic constant vbFirstJan1.
    SystemThe 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.
    Remarks
    This type should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Enterprise.Data.VisualBasicReplacement.FirstWeekOfYear

    See Also