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