Method

PurpleScheduledTaskget_execute_at

unstable since: 3.0

Declaration [src]

GDateTime*
purple_scheduled_task_get_execute_at (
  PurpleScheduledTask* task
)

Description [src]

Gets the date time when the task will execute.

Available since: 3.0

Return value

Type: GDateTime

The date time of when the task will execute.

The returned data is owned by the instance.
The return value can be NULL.