public void SetStartDate( Time startDate) { this.startDate = startDate; }
public void SetEndDate( Time endDate) { this.endDate = endDate; }
public void SetStartDate( DerUtcTime startDate) { this.startDate = new Time(startDate); }