Function

GLibDatevalid_month

Declaration

gboolean
g_date_valid_month (
  GDateMonth month
)

Description

Returns TRUE if the month value is valid. The 12 GDateMonth enumeration values are the only valid months.

Parameters

month

Type: GDateMonth

Month.

Return value

Type: gboolean

TRUE if the month is valid.