Click or drag to resize

DfsuBuilderSetTimeInfo Method

Set time info, specifying an equidistant calendar axis, which is the default (always valid) temporal axis of a dfsu file.

Namespace:  DHI.Generic.MikeZero.DFS.dfsu
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.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