public KACTimeStringArray(Double NewUT, TimeEntryPrecisionEnum LevelOfPrecision) : this(LevelOfPrecision) { BuildFromUT(NewUT); }
public KACTimeStringArray(TimeEntryPrecisionEnum LevelOfPrecision) { TimeEntryPrecision = LevelOfPrecision; }