ConvertTime: AlwaysTime, DayEnd

git-svn-id: svn://ultimatepp.org/upp/trunk@6610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-11-27 10:03:17 +00:00
parent 87a223a54d
commit 697d44360d
4 changed files with 38 additions and 6 deletions

View file

@ -1,4 +1,4 @@
Value Scan(dword stdtype, const String& text, const Value& def = Null);
Value Scan(dword stdtype, const String& text, const Value& def = Null, bool *hastime = NULL);
inline const String& Nvl(const String& a, const String& b) { return IsNull(a) ? b : a; }
inline int Nvl(int a, int b) { return IsNull(a) ? b : a; }