Example #1
0
 public KACTimeStringArray(Double NewUT, TimeEntryPrecisionEnum LevelOfPrecision)
     : this(LevelOfPrecision)
 {
     BuildFromUT(NewUT);
 }
 public KACTimeStringArray(Double NewUT, TimeEntryPrecisionEnum LevelOfPrecision)
     : this(LevelOfPrecision)
 {
     BuildFromUT(NewUT);
 }
Example #3
0
 public KACTimeStringArray(TimeEntryPrecisionEnum LevelOfPrecision)
 {
     TimeEntryPrecision = LevelOfPrecision;
 }
 public KACTimeStringArray(TimeEntryPrecisionEnum LevelOfPrecision)
 {
     TimeEntryPrecision = LevelOfPrecision;
 }