Esempio n. 1
0
 /// <summary>
 /// Gets a litteral representation of the calendar.
 /// </summary>
 /// <returns>A litteral representation of the calendar.</returns>
 public override string ToString()
 {
     return(Name + "(" + MinValue.ToShortDateString() + " ... " + MaxValue.ToShortDateString() + ")");
 }