TimeParseStatus
Description:
[ CCode ( cprefix = "E_TIME_PARSE_" , has_type_id = false ) ]
public enum TimeParseStatus
Content:
Enum values:
- INVALID - The time string was not
formatted correctly.
- NONE - The time string was empty.
- OK - The time string was parsed successfully.