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

In This Topic
    DateInterval Enumeration
    In This Topic
    Indicates how to determine and format date intervals when calling date-related functions.
    Syntax
    'Declaration
     
    Public Enum DateInterval 
       Inherits System.Enum
    public enum DateInterval : System.Enum 
    Members
    MemberDescription
    DayDay of month (1 through 31)
    DayOfYearDay of year (1 through 366)
    HourHour (1 through 24)
    MinuteMinute (1 through 60)
    MonthMonth (1 through 12)
    QuarterQuarter of year (1 through 4)
    SecondSecond (1 through 60)
    WeekdayDay of week (1 through 7)
    WeekOfYearWeek of year (1 through 53)
    YearYear
    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.DateInterval

    See Also