Click or drag to resize

DfsBuilderSetTimeInfo Method

Sets the time of the first data set and the time span of data in the file.

This is only required in streaming context, where it is not possible to update the dfs header when everything is written to the file. In a non-streaming context this should not be used.

This is a stage 1 method.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetTimeInfo(
	double firstTime,
	double timeSpan
)

Parameters

firstTime
Type: SystemDouble
timeSpan
Type: SystemDouble

Implements

IDfsFileBuilderSetTimeInfo(Double, Double)
See Also