Home | History | Annotate | Download | only in tmpl

Lines Matching full:day

9 The #GDate data structure represents a day between January 1, Year 1,
17 time information; it represents a <emphasis>day</emphasis>.
23 can keep both a Julian and day-month-year representation of the date,
26 fixed day in the past; for #GDate the fixed day is January 1, 1 AD.
39 <emphasis>invalid</emphasis>, meaning that it doesn't represent a day
50 struct.</emphasis> Often only the day-month-year or only the Julian
136 Represents a day between January 1, Year 1 and a few thousand years in
142 but sane. An invalid date doesn't represent a day, it's "empty." A
143 date becomes valid after you set it to a Julian day or you set a day,
149 @dmy: this is set if @day, @month and @year are valid
150 @day: the day of the day-month-year representation of the date, as
152 @month: the day of the day-month-year representation of the date, as
154 @year: the day of the day-month-year representation of the date
186 to mark a number as a day, month, or year.
189 @G_DATE_DAY: a day
195 Integer representing a day of the month; between 1 and
196 31. #G_DATE_BAD_DAY represents an invalid day of the month.
230 Enumeration representing a day of the week; #G_DATE_MONDAY,
252 Represents an invalid Julian day number.
268 represent an existing day). Free the return value with g_date_free().
277 day-month-year triplet you pass in represents an existing day, the
281 @day: day of the month
284 @Returns: a newly-allocated #GDate initialized with @day, @month, and @year
290 Julian day number you pass in is valid (greater than 0, less than an
320 Sets the day of the month for a #GDate. If the resulting day-month-year
325 @day: day to set
331 day-month-year triplet is invalid, the date will be invalid.
340 Sets the year for a #GDate. If the resulting day-month-year triplet is
350 Sets the value of a #GDate from a day, month, and year. The day-month-year
356 @day: day
363 Sets the value of a #GDate from a Julian day number.
367 @julian_date: Julian day number (days since January 1, Year 1)
440 Increments a date by some number of months. If the day of the month is
441 greater than 28, this routine may change the day of the month (because
442 the destination month may not have the current day in it). The date
452 Moves a date some number of months into the past. If the current day of
453 the month doesn't exist in the destination month, the day of the month
474 Moves a date some number of years into the past. If the current day
476 move to a non-leap-year) then the day is changed to February 29. The date
534 Returns the day of the month. The date must be valid.
537 @date: a #GDate to extract the day of the month from
538 @Returns: day of the month
561 Returns the Julian day or "serial number" of the #GDate. The
562 Julian day is simply the number of days since January 1, Year 1; i.e.,
563 January 1, Year 1 is Julian day 1; January 2, Year 1 is Julian day 2,
567 @date: a #GDate to extract the Julian day from
568 @Returns: Julian day
573 Returns the day of the week for a #GDate. The date must be valid.
577 @Returns: day of the week as a #GDateWeekday.
582 Returns the day of the year, where Jan 1 is the first day of the
586 @date: a #GDate to extract day of year from
587 @Returns: day of the year
611 Returns %TRUE if the date is the last day
615 @Returns: %TRUE if the date is the last day of the month
645 7-day periods, plus 1 or 2 extra days depending on whether it's a leap
659 the day is before the first Sunday of the year.
670 7-day periods, plus 1 or 2 extra days depending on whether it's a leap
726 Returns %TRUE if the #GDate represents an existing day. The date must not
737 Returns %TRUE if the day of the month is valid (a day is valid if it's
741 @day: day to check
742 @Returns: %TRUE if the day is valid
767 Returns %TRUE if the day-month-year triplet forms a valid, existing day
772 @day: day
780 Returns %TRUE if the Julian day is valid. Anything greater than zero
784 @julian_date: Julian day to check
785 @Returns: %TRUE if the Julian day is valid