= class Gda::Time
This structure symbolizes a time snapshot, via the following fields: 'hour', 
'minute', 'second' and 'timezone'.

	# 5h 25min 30sec
	t = Gda::Time.new
	t.hour = 5
	t.minute = 25
	t.second = 30

== Object Hierarchy
* Object
  * Struct
    * Gda::Time

== See Also
((<Gda>)).

- ((<lrz>))
