方法

GLibDateTimeadd_full

从:2.26

声明 [src]

GDateTime*
g_date_time_add_full (
  GDateTime* datetime,
  gint years,
  gint months,
  gint days,
  gint hours,
  gint minutes,
  gdouble seconds
)

描述 [src]

创建一个新的 GDateTime,将指定的值添加到当前的日期和时间(在 datetime 中)。添加负值以减去。

自:2.26

参数

years

类型: gint

要添加的年数。

months

类型: gint

要添加的月数。

days

类型: gint

要添加的天数。

hours

类型: gint

要添加的小时数。

minutes

类型: gint

要添加的分钟数。

seconds

类型: gdouble

要添加的秒数。

返回值

类型: GDateTime

新建的 GDateTime,应使用 g_date_time_unref() 释放,或 NULL

方法调用者拥有返回数据,并负责释放它。
返回值可以为 NULL