Method

IpuzPuzzleset_date

Declaration [src]

void
ipuz_puzzle_set_date (
  IpuzPuzzle* self,
  GDateTime* date
)

Description [src]

Sets the date of the puzzle or the publication date. Note, timezone and time is ignored within date. Only a non-qualified month, date, and year will be stored in the puzzle.

Sets propertyIpuz.Puzzle:date

Parameters

date

Type: GDateTime

The date of the puzzle or the publication date.

The argument can be NULL.
The data is owned by the caller of the method.