Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
xs.dayTimeDuration.subtract( $value as xs.dayTimeDuration ) as xs.dayTimeDuration
Subtracts one xs.dayTimeDuration from another. Returns an xs.dayTimeDuration.
Parameters | |
---|---|
$value | A day time duration. |
const v1 = xs.dayTimeDuration("P5DT4H"); const v2 = xs.dayTimeDuration("P1DT1H"); v1.subtract(v2);
Comments