Hello.
I am trying to find a set of objects using MFaaP Nuget package for dotnet
.
I am using this method to find all the objects created within a specific time period. And the constructor of DatePropertyValueSearchCondition accepts time as a DateTime.
My questions,
- Is it search only by date even though it accepts a DateTime?
- Is this UTC time?