Ejemplo n.º 1
0
 /**
  * Create a date based on UTC.
  */
 public static JwDate CreateTodayUtc()
 {
     JwDate d;
     d = new JwDate();
     d.SetTodayUtc();
     return d;
 }