Click or drag to resize

DfsFactoryCreateTemporalEqCalendarAxis Method

Create a temporal axis, equidistant calendar axis.

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 IDfsEqCalendarAxis CreateTemporalEqCalendarAxis(
	eumUnit timeUnit,
	DateTime startDateTime,
	double startTimeOffset,
	double timeStep
)

Parameters

timeUnit
Type: eumUnit
Time unit used by the time axis
startDateTime
Type: SystemDateTime
Start time of the file. Fractional seconds is ignored
startTimeOffset
Type: SystemDouble
Time in timeUnit for the first time step in the file.
timeStep
Type: SystemDouble
Time step length, in timeUnit

Return Value

Type: IDfsEqCalendarAxis
See Also