chinese-lunar-date API - v1.0.5
    Preparing search index...

    Interface GanZhiInfo

    Full GanZhi info for a date

    Contains the year, month, and day GanZhi pairs for a complete four-pillar (八字) representation (minus the hour pillar).

    interface GanZhiInfo {
        day: GanZhiPair;
        month: GanZhiPair;
        year: GanZhiPair;
    }
    Index

    Properties

    Properties

    Day pillar (日柱)

    month: GanZhiPair

    Month pillar (月柱)

    Year pillar (年柱)