EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

datetime + datetime

Adding two dates as days and time. All values are positive numbers.

operator datetime +<result> (
   datetime left,
   datetime right
)

Return value

The result datetime.


datetime += datetime

Adding one datetime to another datetime structure.

operator datetime += (
   datetime left,
   datetime right
)

Return value

The result datetime.

Related links

Source