Uses of Enum Class
com.stimulsoft.report.CalendarWeekRule
Packages that use CalendarWeekRule
-
Uses of CalendarWeekRule in com.stimulsoft.report
Methods in com.stimulsoft.report that return CalendarWeekRuleModifier and TypeMethodDescriptionstatic CalendarWeekRuleReturns the enum constant of this class with the specified name.static CalendarWeekRule[]CalendarWeekRule.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CalendarWeekRule in com.stimulsoft.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions with parameters of type CalendarWeekRuleModifier and TypeMethodDescriptionstatic longStiFunctionsDateTime.weekOfMonth(StiDateTime stiDate, DayOfWeek firstDayOfWeek, CalendarWeekRule calendarWeekRule) static longStiFunctionsDateTime.weekOfYear(StiDateTime stiDate, DayOfWeek firstDayOfWeek, CalendarWeekRule calendarWeekRule)