ProtoFlux:Sub DateTime TimeSpan

From Resonite Wiki
-
A
*
B
Time

The Sub DateTime TimeSpan node takes in a DateTime value and a TimeSpan value and subtracts them, returning with a new DateTime value.

Inputs

A (DateTime)

The DateTime value to subtract from.

B (TimeSpan)

The TimeSpan value to subtract away from the DateTime.

Outputs

* (DateTime)

The new resulting DateTime value.