首页 > 解决方案 > 如何在 CSML 中添加 1 天时间对象

问题描述

该语言似乎不允许您向 Time() 实例添加或减去任何时间单位。就我而言,我想在当前日期上增加 1 天。

do now = Time()
// I'd like to add one day here
// do tomorrow = ???
// say tomorrow

标签: datedatetime

解决方案


推荐阅读