GDReminder
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_gd_reminder_get_type ()" ) ]
[
Version ( since =
"0.2.0" ) ]
public class GDReminder :
Parsable,
Comparable
All the fields in the GDReminder structure are private and should never be accessed directly.
Content:
Properties:
- public int64 absolute_time { get; set; }
Absolute time at which the reminder should be issued.
- public bool is_absolute_time { get; }
Whether the reminder is specified as an absolute or relative time.
- public string method { get; set; }
The notification method the reminder should use.
- public int relative_time { get; set; }
Time at which the reminder should be issued, in minutes relative to
the start time of the corresponding event.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GData.Parsable
All known members inherited from class GLib.Object
All known members inherited from interface GData.Comparable