Method

IpuzPuzzleget_date

Declaration [src]

const gchar*
ipuz_puzzle_get_date (
  IpuzPuzzle* self
)

Description [src]

Returns the date of the puzzle or the publication date.

This string should be in the format "mm/dd/yyyy", though this isn’t currently enforced.

Note: This string can also be styled with PangoMarkup. See the Text Handling section for additional information.

Gets propertyIpuz.Puzzle:date

Return value

Type: const gchar*

The date of the puzzle or the publication date.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.