@iro/calendar
Version:
lunar is a calendar library for Solar and Chinese Lunar.
17 lines (16 loc) • 391 B
TypeScript
import { DaYun } from './DaYun';
export declare class XiaoYun {
private _year;
private _age;
private _index;
private _daYun;
private _lunar;
private _forward;
constructor(daYun: DaYun, index: number, forward: boolean);
getYear(): number;
getAge(): number;
getIndex(): number;
getGanZhi(): string;
getXun(): string;
getXunKong(): string;
}