Méthode | Description | |
---|---|---|
IsValid ( string text ) : bool |
Determines whether the specified text is valid.
|
|
Parse ( string text ) : |
Parses the specified text into a schedule object.
|
|
Parse ( string text, |
Parses the specified text into a schedule object with the given time zone.
|
Méthode | Description | |
---|---|---|
Prepare ( string text ) : string[] |
Prepares the specified text.
|
public Parse ( string text ) : |
||
text | string | The text. |
Résultat |
public Parse ( string text, |
||
text | string | The text. |
timeZone | The time zone. | |
Résultat |