C# 클래스 Quartz.TextToSchedule.CronTextToSchedule

An ITextToSchedule that supports cron expressions.
상속: ITextToSchedule
파일 보기 프로젝트 열기: amazing-andrew/Quartz.TextToSchedule

공개 메소드들

메소드 설명
IsValid ( string text ) : bool

Determines whether the specified text is valid.

Parse ( string text ) : TextToScheduleResults

Parses the specified text into a schedule object.

Parse ( string text, TimeZoneInfo timeZone ) : TextToScheduleResults

Parses the specified text into a schedule object with the given time zone.

비공개 메소드들

메소드 설명
Prepare ( string text ) : string[]

Prepares the specified text.

메소드 상세

IsValid() 공개 메소드

Determines whether the specified text is valid.
public IsValid ( string text ) : bool
text string The text.
리턴 bool

Parse() 공개 메소드

Parses the specified text into a schedule object.
public Parse ( string text ) : TextToScheduleResults
text string The text.
리턴 TextToScheduleResults

Parse() 공개 메소드

Parses the specified text into a schedule object with the given time zone.
public Parse ( string text, TimeZoneInfo timeZone ) : TextToScheduleResults
text string The text.
timeZone System.TimeZoneInfo The time zone.
리턴 TextToScheduleResults