As of 06/02/2024:
Files.ContentChangeDate, Files.ContentChangeHour and Files.ContentChangeMinute represent the modify datetime (last date when the contents of the file were changed)
Files.AnyChangeDate, Files.AnyChangeHour and Files.AnyChangeMinute represent the change datetime (last date when anything happened to the path, including moving or copying the file)
The former fields Files.ModifiedDate, Files.ModifiedHour and Files.ModifiedMinute are equivalent to Files.AnyChangeDate, Files.AnyChangeHour and Files.AnyChangeMinute and should be decommissioned soon.
As of 06/02/2024:
Files.ContentChangeDate
,Files.ContentChangeHour
andFiles.ContentChangeMinute
represent the modify datetime (last date when the contents of the file were changed)Files.AnyChangeDate
,Files.AnyChangeHour
andFiles.AnyChangeMinute
represent the change datetime (last date when anything happened to the path, including moving or copying the file)The former fields
Files.ModifiedDate
,Files.ModifiedHour
andFiles.ModifiedMinute
are equivalent toFiles.AnyChangeDate
,Files.AnyChangeHour
andFiles.AnyChangeMinute
and should be decommissioned soon.