Click or drag to resize

HTMLTableColumnTimeSpanGetterT Constructor

Constructor

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public HTMLTableColumnTimeSpanGetter(
	string description,
	Func<T, TimeSpan> getter
)

Parameters

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableColumnTimeSpanGetter`1.#ctor(System.String,System.Func{`0,System.TimeSpan})"]

getter
Type: SystemFuncT, TimeSpan

[Missing <param name="getter"/> documentation for "M:DHI.Mike1D.Generic.HTMLTableColumnTimeSpanGetter`1.#ctor(System.String,System.Func{`0,System.TimeSpan})"]

See Also