~ubuntu-branches/ubuntu/utopic/gnustep-base/utopic

« back to all changes in this revision

Viewing changes to Headers/GNUstepBase/NSCalendarDate+GNUstepBase.h

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2014-07-19 13:02:18 UTC
  • mfrom: (20.1.6 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140719130218-pn967l7wzjjf90yi
Tags: 1.24.6-2ubuntu1
* debian/rules:
  - Print the config.log if configure fails to debug
    powerpc/ppc64el FTBFS. (LP: #1277975)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#if     OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
39
39
 
40
40
@interface NSCalendarDate (GNUstepBase)
 
41
 
 
42
/** According to the ISO definition of a week, each year begins with the
 
43
  * Monday of the week containing the 4th of January. If we a have a date
 
44
  * early in January or late in December we therefore may need to adjust
 
45
  * the year to match the definition of a week.<br />
 
46
  * This method is used to return the ISO year rather than the normal
 
47
  * calendar year.
 
48
  */
 
49
- (NSUInteger) isoYear;
 
50
 
41
51
/**
42
52
 * The ISO standard week of the year is based on the first week of the
43
53
 * year being that week (starting on monday) for which the thursday
49
59
 * part of week 1 of the next year.
50
60
 */
51
61
- (NSInteger) weekOfYear;
 
62
 
52
63
@end
53
64
 
54
65
#endif  /* OS_API_VERSION */