Cron Expression Parser
More...
◆ ExpressionParser()
Beamable.CronExpression.ExpressionParser.ExpressionParser |
( |
string |
expression, |
|
|
Options |
options |
|
) |
| |
|
inline |
Initializes a new instance of the ExpressionParser class
- Parameters
-
expression | The cron expression string |
options | Parsing options |
◆ Parse()
string[] Beamable.CronExpression.ExpressionParser.Parse |
( |
out ErrorData |
errorData | ) |
|
|
inline |
Parses the cron expression string
- Returns
- A 7 part string array, one part for each component of the cron expression (seconds, minutes, etc.)
The documentation for this class was generated from the following file:
- com.beamable/Editor/UI/CronExpression/ExpressionParser.cs