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