DateOperation¶
Perform one out of a range of supported date-related operations.
This can be used if time stamps need to be modified (e.g., shifted) by hours, days, and so on. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
as_float¶
Output as float. This is only set if the output has a single element. This is a convenience alternative to using CastPacketToFloat after this node.
operation¶
Type of operation to apply. Operations may have arguments, which can be given in the arguments and keyword_arguments parameters.
arguments¶
Positional arguments for operation.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.