ActionItemBaseTAction, TCollectionDateTimeValue Property

Get/Set the date and time associated with the current action.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public DateTime DateTimeValue { get; set; }

Property Value

DateTime

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'DateTime'.

See Also