c# - Why client_updated_time of OneDrive folder does not match with DateModified -
c# - Why client_updated_time of OneDrive folder does not match with DateModified -
i have folder in local disk gets uploaded onedrive (this done in windows store app). in download operation seek client_updated_time onedrive uploaded folder. when compare local folder datemodified, doesn't match.
value a: client_updated_time {6/26/2014 11:06:25 am} got using convert.todatetime on -> {[client_updated_time, 2014-06-26t18:06:25+0000]}
value b: local folder (storagefolder) update time {6/26/2014 11:05:51 -07:00}
value c: local folder (storagefolder) create time {6/26/2014 11:04:25 -07:00}
as per description of field client_updated_time, suppose value , b supposed match. why different? doing wrong?
are providing client_updated_time when making upload onedrive? if it's not provided value either remain as-is (if it's update), or same value creation time (if it's create).
c# windows-store-apps onedrive
Comments
Post a Comment