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)
Syntaxpublic void SetTimeInfo(
double firstTime,
double timeSpan
)
Public Sub SetTimeInfo (
firstTime As Double,
timeSpan As Double
)
public:
virtual void SetTimeInfo(
double firstTime,
double timeSpan
) sealed
abstract SetTimeInfo :
firstTime : float *
timeSpan : float -> unit
override SetTimeInfo :
firstTime : float *
timeSpan : float -> unit
Parameters
- firstTime
- Type: SystemDouble
- timeSpan
- Type: SystemDouble
Implements
IDfsFileBuilderSetTimeInfo(Double, Double)
See Also