GanZhi (天干地支) pair
Represents a position in the sexagenary cycle using a Heavenly Stem (天干) index and an Earthly Branch (地支) index.
const pair: GanZhiPair = { gan: 0, zhi: 0 } // 甲子 Copy
const pair: GanZhiPair = { gan: 0, zhi: 0 } // 甲子
Heavenly Stem (天干) index (0-9). 0=甲, 1=乙, ..., 9=癸
Earthly Branch (地支) index (0-11). 0=子, 1=丑, ..., 11=亥
GanZhi (天干地支) pair
Represents a position in the sexagenary cycle using a Heavenly Stem (天干) index and an Earthly Branch (地支) index.
Example