Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This method adds the number of hours passed to the date.

Parameters
  1. Numeric value

Return Value

Date with number of hours added

Example

 

 

Code Block
pjs.define("time", { type: 'time', initValue: '12:00:00'});

time = time.addHours(1);
 
return time;
//13:00:00