Unit 'MoonAPI' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_astronomy]

TChineseDate

Declaration

Source position: moonapi.pas line 65

type TChineseDate = record

  cycle: Integer;

  

  year: Integer;

  

  epoch_years: Integer;

  

  month: Integer;

  

  leap: Boolean;

  

  leapyear: Boolean;

  

  day: Integer;

  

  yearcycle: TChineseCycle;

  

  daycycle: TChineseCycle;

  

  monthcycle: TChineseCycle;

  

end;



CT Web help

CodeTyphon Studio