Bridge2021
Object

EditCaptureTime

Provides ways to edit the capture time of .jpeg and .raw files.

Methods

void

Reverts the capture time of all selected files to the original capture time.

Boolean

Sets the capture time of all files to a specified time.

date Number Date to be set for the selected files.
month Number Month to be set for the selected files.
year Number Year to be set for the selected files.
hour Number Hour to be set for the selected files.
minute Number Minute to be set for the selected files.
second Number Second to be set for the selected files.
Boolean

Shift capture time by set time.

sign String Signifies whether you want to add or subtract the set time.
Shiftedhour Number Shifts the capture time of the selected files by a specified number of hours.
ShiftedMinute? Number Shifts the capture time of the selected files by a specified number of minutes.
ShiftedSecond? Number Shifts the capture time of the selected files by a specified number of seconds.