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