WallClock
Object Hierarchy:
Description:
[
CCode ( type_id =
"gnome_wall_clock_get_type ()" ) ]
public class WallClock :
Object
Content:
Properties:
- public string clock { get; }
A formatted string representing the current clock display.
- public bool force_seconds { get; set; }
If true, the formatted clock will
always have seconds precision and the 'clock' property will always be updated every second, irrespective of system configuration.
- public bool time_only { get; set; }
If true, the formatted clock will
never include a date or the day of the week, irrespective of configuration.
- public TimeZone timezone { get; }
The timezone used for this clock
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object