Method

GLibDateset_month

Declaration

void
g_date_set_month (
  GDate* date,
  GDateMonth month
)

Description

Sets the month of the year for a GDate. If the resulting day-month-year triplet is invalid, the date will be invalid.

Parameters

month

Type: GDateMonth

Month to set.