C# Класс Quartz.TextToSchedule.CronTextToSchedule

An ITextToSchedule that supports cron expressions.
Наследование: ITextToSchedule
Показать файл Открыть проект

Открытые методы

Метод Описание
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