Example #1
0
        public TimeOfDay()
        {
            Hour  = 1;
            Day   = 1;
            Month = 1;
            Year  = 1;

            BaseChronology = new Chronology();
        }
Example #2
0
 public GaiaTemplate()
 {
     ChronologicalSystem = new Chronology();
     CelestialBodies     = new HashSet <ICelestial>();
 }