Click or drag to resize

ScheduleHelper Class

Helper class for schedules.
Inheritance Hierarchy
SystemObject
  Xcalibur.HelpersScheduleHelper

Namespace:  Xcalibur.Helpers
Assembly:  Xcalibur.Helpers (in Xcalibur.Helpers.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static class ScheduleHelper

The ScheduleHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleGetFiscalYear
Gets the fiscal year from the provided date.
Public methodStatic memberCode exampleGetValidDaysByOccurrence
Gets a list of valid dates related to days within a number of occurrences.
Public methodStatic memberCode exampleGetValidDaysBySchedule
Gets a list of valid dates related to days within a scheduled range.
Public methodStatic memberCode exampleGetValidMonthsByOccurrence
Gets a list of valid dates related to months within a number of occurrences.
Public methodStatic memberCode exampleGetValidMonthsBySchedule
Gets a list of valid dates related to months within a scheduled range.
Public methodStatic memberCode exampleGetValidWeeksByOccurrence
Gets a list of valid dates related to weeks within a number of occurrences.
Public methodStatic memberCode exampleGetValidWeeksBySchedule
Gets a list of valid dates related to weeks within a scheduled range.
Public methodStatic memberCode exampleGetValidYearsByOccurrence
Gets a list of valid dates related to years within a scheduled range.
Public methodStatic memberCode exampleGetValidYearsBySchedule
Gets a list of valid dates related to years within a scheduled range.
Top
See Also