so i have this query condition below:
query.Criteria.AddCondition("fns_enddate", ConditionOperator.Equal, today.ToLocalTime().AddDays(-1));
is there any way to ignore time of datetime field?
example:
I want this record to come whose fns_endate is 03/05/2018 6:00 but it's not getting picked up by query because of time (6:00).