Home | History | Annotate | Download | only in embenchen

Lines Matching refs:week

6917             // this date is after the start of the first week of this year
6952 // %g, %G, and %V give values according to the ISO 8601:2000 standard week-based year.
6953 // In this system, weeks begin on a Monday and week 1 of the year is the week that includes
6954 // January 4th, which is also the week that includes the first Thursday of the year, and
6955 // is also the first week that contains at least four days in the year.
6957 // the last week of the preceding year; thus, for Saturday 2nd January 1999,
6959 // or 31st is a Monday, it and any following days are part of week 1 of the following year.
7004 // Replaced by the week number of the year as a decimal number [00,53].
7005 // The first Sunday of January is the first day of week 1;
7006 // days in the new year before this are in week 0. [ tm_year, tm_wday, tm_yday]
7023 // Replaced by the week number of the year (Monday as the first day of the week)
7024 // as a decimal number [01,53]. If the week containing 1 January has four
7025 // or more days in the new year, then it is considered week 1.
7026 // Otherwise, it is the last week of the previous year, and the next week is week 1.
7027 // Both January 4th and the first Thursday of January are always in week 1. [ tm_year, tm_wday, tm_yday]
7037 // if given date is before this years first week, then it belongs to the 53rd week of last year
7042 // if given date is after next years first week, then it belongs to the 01th week of next year
7062 // Replaced by the week number of the year as a decimal number [00,53].
7063 // The first Monday of January is the first day of week 1;
7064 // days in the new year before this are in week 0. [ tm_year, tm_wday, tm_yday]