Beamable SDK
Public Member Functions | List of all members
Beamable.CronExpression.ExpressionParser Class Reference

Cron Expression Parser More...

Public Member Functions

 ExpressionParser (string expression, Options options)
 Initializes a new instance of the ExpressionParser class More...
 
string[] Parse (out ErrorData errorData)
 Parses the cron expression string More...
 

Detailed Description

Cron Expression Parser

Constructor & Destructor Documentation

◆ ExpressionParser()

Beamable.CronExpression.ExpressionParser.ExpressionParser ( string  expression,
Options  options 
)
inline

Initializes a new instance of the ExpressionParser class

Parameters
expressionThe cron expression string
optionsParsing options

Member Function Documentation

◆ 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: