Ejemplo n.º 1
0
 public static DateTime GetDateTime(string key)
 {
     return(IntegerCore.ParseDateTime(GetSafeString(key), new DateTime(1900, 1, 1)));
 }