Qore Programming Language Reference Manual  0.9.3.2
Qore::IsoWeekInfo hashdecl Reference

ISO week information as returned by get_iso_week_hash() and <date>::isoWeekHash() More...

Public Attributes

int day
 the ISO day value from 1 (Monday) to 7 (Sunday)
 
int week
 the ISO week number
 
int year
 the ISO year value (not always equal to the actual calendar year)
 

Detailed Description

ISO week information as returned by get_iso_week_hash() and <date>::isoWeekHash()

Since
Qore 0.8.13