SqlValueTimestamp
Object Hierarchy:
Description:
public interface SqlValueTimestamp :
Object,
SqlValue
Value representing a timestamp with time zone
All known implementing classes:
All known sub-interfaces:
Content:
Methods:
- public abstract string format_date ()
Creates a representation of the timestamp with just the date part in
international format.
- public abstract string format_date_locale ()
Creates a representation of the timestamp with just the date part in
localized format.
- public abstract string format_local ()
Creates a representation of the timestamp translated to local time
- public abstract string format_locale ()
Creates a representation of the timestamp with the date part in localized
format.
- public abstract string format_time ()
Creates a representation of the timestamp with just the time part with time
zone.
- public abstract string format_time_local ()
Creates a representation of the timestamp with just the time part translated
to local time with time zone.
- public abstract string format_time_local_ntz ()
Creates a representation of the timestamp with just the time part translated
to local time without time zone.
- public abstract string format_utc ()
Creates a representation of the timestamp translated to UTC
- public abstract DateTime get_timestamp ()
- public abstract void set_timestamp (DateTime ts)
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Vda.SqlValue