Method

GLibDateadd_days

Declaration

void
g_date_add_days (
  GDate* date,
  guint n_days
)

Description

Increments a date some number of days. To move forward by weeks, add weeks*7 days. The date must be valid.

Parameters

n_days

Type: guint

Number of days to move the date forward.