CronExpression MembersQuartz.NET API Documentation

The CronExpression type exposes the following members.

Constructors

  NameDescription
Public methodCronExpression
Constructs a new CronExpressionString based on the specified parameter.
Top
Methods

  NameDescription
Protected methodAddToSet
Adds to set.
Protected methodBuildExpression
Builds the expression.
Protected methodCheckNext
Checks the next value.
Public methodClone
Creates a new object that is a copy of the current instance.
Protected methodStatic memberCreateDateTimeWithoutMillis
Creates the date time without milliseconds.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object Equals(Object).)
Public methodEquals(CronExpression)
Determines whether the specified CronExpression is equal to the current CronExpression.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindNextWhiteSpace
Finds the next white space.
Protected methodGetDayOfWeekNumber
Gets the day of week number.
Protected methodGetExpressionSetSummary
Gets the expression set summary.
Public methodGetExpressionSummary
Gets the expression summary.
Public methodGetFinalFireTime
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object GetHashCode .)
Protected methodGetLastDayOfMonth
Gets the last day of month.
Protected methodGetMonthNumber
Gets the month number.
Public methodGetNextInvalidTimeAfter
Returns the next date/time after the given date/time which does not satisfy the expression.
Public methodGetNextValidTimeAfter
Returns the next date/time after the given date/time which satisfies the cron expression.
Protected methodGetNumericValue
Gets the numeric value from string.
Protected methodGetSet
Gets the set of given type.
Protected methodGetTime
Gets the time from given time parts.
Public methodGetTimeAfter
Gets the next fire time after the given time.
Public methodGetTimeBefore
Gets the time before.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue
Gets the value.
Protected methodIsLeapYear
Determines whether given year is a leap year.
Public methodIsSatisfiedBy
Indicates whether the given date satisfies the cron expression.
Public methodStatic memberIsValidExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Protected methodStatic memberSetCalendarHour
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
Protected methodSkipWhiteSpace
Skips the white space.
Protected methodStoreExpressionVals
Stores the expression values.
Public methodToString
Returns the string representation of the CronExpression
(Overrides Object ToString .)
Public methodStatic memberValidateExpression
Top
Fields

  NameDescription
Protected fieldStatic memberAllSpec
Field specification for wildcard '*'.
Protected fieldStatic memberAllSpecInt
Field specification for all wildcard value '*'.
Protected fieldcalendardayOfMonth
Calendar day of month.
Protected fieldcalendardayOfWeek
Calendar day of week.
Protected fieldStatic memberDayOfMonth
Field specification for day of month.
Protected fieldStatic memberDayOfWeek
Field specification for day of week.
Protected fielddaysOfMonth
Days of month.
Protected fielddaysOfWeek
Days of week.
Protected fieldexpressionParsed
Expression parsed.
Protected fieldStatic memberHour
Field specification for hour.
Protected fieldhours
Hours.
Protected fieldlastdayOffset
Protected fieldlastdayOfMonth
Last day of month.
Protected fieldlastdayOfWeek
Last day of week.
Public fieldStatic memberMaxYear
Protected fieldStatic memberMinute
Field specification for minute.
Protected fieldminutes
minutes.
Protected fieldStatic memberMonth
Field specification for month.
Protected fieldmonths
Months.
Protected fieldnearestWeekday
Nearest weekday.
Protected fieldStatic memberNoSpec
Field specification for no specification at all '?'.
Protected fieldStatic memberNoSpecInt
Field specification for not specified value '?'.
Protected fieldnthdayOfWeek
Nth day of week.
Protected fieldStatic memberSecond
Field specification for second.
Protected fieldseconds
Seconds.
Protected fieldStatic memberYear
Field specification for year.
Protected fieldyears
Years.
Top
Properties

  NameDescription
Public propertyCronExpressionString
Gets the cron expression string.
Public propertyTimeZone
Sets or gets the time zone for which the CronExpression of this ICronTrigger will be resolved.
Top
See Also