parseIso8601Time
fn
bool parseIso8601Time(gda.time.Time timegda, string value)Extracts time parts from value, and sets timegda's contents
Accepted date format is "HH:MM:SS[.ms][TZ]" where TZ is +hour or -hour
Parameters
timegda | a pointer to a #GdaTime structure which will be filled |
value | a string |
Returns
true if no error occurred