mtime 1.2.2
|
Support for handling ISO 8601:2004 repeated time interval strings. More...
Go to the source code of this file.
Macros | |
#define | _MTIME_INDEFINETLY -1 |
#define | MAX_REPETITION_STR_LEN 32 |
provides a string length for repeated time interval components. | |
Functions | |
void | splitRepetitionString (const char *recurringTimeInterval, char *repetitor, char *start, char *end, char *duration) |
Split ISO 8601:2004 repeated time interval strings into base components. | |
int | getRepetitions (const char *repetitionString) |
Extract number of repetitions from repetition string part. | |
Support for handling ISO 8601:2004 repeated time interval strings.