parse_iso8601_time


Description:


public bool parse_iso8601_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 Time structure which will be filled

value

a string

Returns:

true if no error occurred


Namespace: Gda
Package: libgda-5.0