Exemplo n.º 1
0
 public static Date Parse(string s)
 {
     return(DateParser.Parse(s, false));
 }
Exemplo n.º 2
0
 internal static Date Parse(string s, bool hasInterval)
 {
     return(DateParser.Parse(s, hasInterval));
 }