Fixing issue #717 - Now one can use .totalSeconds property on Date to get the total number of seconds from the provided time, assuming the hour, minute, and second fields are properly initialized.
As an example, calling .totalSeconds on 4:23:11 will return 15791.
Fixing issue #717 - Now one can use .totalSeconds property on Date to get the total number of seconds from the provided time, assuming the hour, minute, and second fields are properly initialized.
As an example, calling .totalSeconds on 4:23:11 will return 15791.