Ejemplo n.º 1
0
 //# __________ PROTOCOL :: INSTANCE CREATION __________ #//
 /**
  * Create a date based on the current system date.
  */
 public static JwDate CreateTodayLocal()
 {
     JwDate d;
     d = new JwDate();
     d.SetTodayLocal();
     return d;
 }