Data Synchronisation StudioUser GuideCalculated ColumnsFunctionsHOUROn this pageHOURReturns the hour of the day value (24 hour clock) of a DateTime.Syntaxint? HOUR(DateTime? value)ExampleYou can use it with a ModifiedDate column and the function would look like:HOUR(ModifiedDate)This would return the hour value of the modified date.