This commit is contained in:
2018-12-04 23:19:38 +00:00
parent 99e9c93ca3
commit 4544888ca0
2 changed files with 210 additions and 1 deletions

View File

@@ -781,6 +781,9 @@ namespace AyaNova.Biz
}
//This is only used by the token date query code above and that code doesn't convert to UTC time to match the DB so this function will handle that
//The other non tokenized date criteria builders are all working with dates that come from the client in UTC already and they don't use this method
//so nothing required there
private static void BuildBetweenTwoDatesFragment(string sColumn, StringBuilder sb, DateTime dtAfter, DateTime dtBefore)
{
sb.Append(">'");