public Week(DateTime dt) { this.monday = this.GetLastMondayDate(dt); }
public Week(Date _monday) { this.monday = _monday; }