TimeContextAdd(DateTime) Method

Adds a raw value to the context (wraps it in a typedValue).

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void Add(
	DateTime value
)

Parameters

value  DateTime
The value to wrap and add.

See Also