parse_iso8601_timestamp


Description:


public bool parse_iso8601_timestamp (Timestamp timestamp, string value)

Extracts date and time parts from value, and sets timestamp's contents

Accepted date format is "YYYY-MM-DD HH:MM:SS[.ms][TZ]" where TZ is +hour or -hour

Parameters:

timestamp

a pointer to a GdaTimeStamp structure which will be filled

value

a string

Returns:

true if value has been sucessfuly parsed as a valid timestamp (see valid)


Namespace: Gda
Package: libgda-5.0