Click or drag to resize
DfsuBuilderSetTimeInfo Method
Set time info for the temporal axis.

Namespace: DHI.Generic.MikeZero.DFS.dfsu
Assembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void SetTimeInfo(
	DateTime startDateTime,
	double timeStepInSeconds
)

Parameters

startDateTime
Type: SystemDateTime
timeStepInSeconds
Type: SystemDouble

Implements

IDfsuBuilderSetTimeInfo(DateTime, Double)
See Also