parseIso8601Time

fnbool 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

timegdaa pointer to a #GdaTime structure which will be filled
valuea string

Returns

true if no error occurred