Click or drag to resize

ModelStateWriter.WriteValue Method (String, IEnumerable<DateTime>, Boolean)

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public void WriteValue(
	string parameterName,
	IEnumerable<DateTime> values,
	bool optional = false
)

Parameters

parameterName
Type: System.String
values
Type: System.Collections.Generic.IEnumerable<DateTime>
optional (Optional)
Type: System.Boolean
See Also