DateControlData(FuncDate) Constructor

Initializes a new instance of the DateControlData class.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public DateControlData(
	Func<Date> getValue
)

Parameters

getValue  FuncDate
The getValue based on which this DateControlData will be created

See Also