Example #1
0
 public void SetStartDate(
     Time startDate)
 {
     this.startDate = startDate;
 }
Example #2
0
 public void SetEndDate(
     Time endDate)
 {
     this.endDate = endDate;
 }
Example #3
0
 public void SetStartDate(
     DerUtcTime startDate)
 {
     this.startDate = new Time(startDate);
 }