Searching objects

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,

  1. Is it search only by date even though it accepts a DateTime?
  2. Is this UTC time?