Ejemplo n.º 1
0
 public override string ToString()
 {
     if (WindowType == TimeWindowType.FullPeriodOfRecord)
     {
         return("full period of record");
     }
     return(T1.ToShortDateString() + " to " + T2.ToShortDateString());
 }
Ejemplo n.º 2
0
 public override string ToString()
 {
     return(T1.ToShortDateString().PadLeft(10) + " "
            + T2.ToShortDateString().PadLeft(10) + " ");
 }