Lines Matching full:valid
51 representation is valid. Sometimes neither is valid. Use the API.
143 date becomes valid after you set it to a Julian day or you set a day,
148 @julian: this bit is set if @julian_days is valid
149 @dmy: this is set if @day, @month and @year are valid
278 returned date will be valid.
290 Julian day number you pass in is valid (greater than 0, less than an
291 unreasonably large number), the returned date will be valid.
351 triplet must be valid; if you aren't sure it is, call g_date_valid_dmy() to
402 valid after the call. Otherwise, it will be invalid. You should check
421 weeks*7 days. The date must be valid.
431 move by weeks*7 days. The date must be valid.
443 must be valid.
454 may change. The date must be valid.
465 to February 28. The date must be valid.
477 must be valid.
488 Both dates must be valid.
499 dates must be valid.
514 must be valid.
534 Returns the day of the month. The date must be valid.
543 Returns the month of the year. The date must be valid.
552 Returns the year of a #GDate. The date must be valid.
564 etc. The date must be valid.
573 Returns the day of the week for a #GDate. The date must be valid.
583 year. The date must be valid.
602 Returns %TRUE if the date is on the first of a month. The date must be valid.
611 valid.
634 0. The date must be valid.
644 on Monday. Will be 52 or 53. The date must be valid. (Years always have 52
658 are understood to being on Sunday. The date must be valid. Can return 0 if
669 on Sunday. Will be 52 or 53. The date must be valid. (Years always have 52
694 formats; time-related formats give undefined results. Date must be valid.
709 @date: valid #GDate
732 @Returns: Whether the date is valid
737 Returns %TRUE if the day of the month is valid (a day is valid if it's
742 @Returns: %TRUE if the day is valid
747 Returns %TRUE if the month value is valid. The 12 #GDateMonth
748 enumeration values are the only valid months.
752 @Returns: %TRUE if the month is valid
757 Returns %TRUE if the year is valid. Any year greater than 0 is valid,
762 @Returns: %TRUE if the year is valid
767 Returns %TRUE if the day-month-year triplet forms a valid, existing day
775 @Returns: %TRUE if the date is a valid one
780 Returns %TRUE if the Julian day is valid. Anything greater than zero
781 is basically a valid Julian, though there is a 32-bit limit.
785 @Returns: %TRUE if the Julian day is valid
790 Returns %TRUE if the weekday is valid. The seven #GDateWeekday enumeration
791 values are the only valid weekdays.
795 @Returns: %TRUE if the weekday is valid