ActiveReports 12
DateInterval Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace : DateInterval Enumeration
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
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace