Example #1
0
 private int GetSortDate()
 {
     return((DatePart.CompareValue(DateFrom) * 10) + (int)DateType);
 }