Click or drag to resize

DfsExtensionsTimeStepInSeconds Method

Overload List
  NameDescription
Public methodStatic memberTimeStepInSeconds(IDfsEqCalendarAxis)
Calculate the time step in seconds for an equidistant calendar axis

If the time axis unit can not be converted to seconds, an exception is thrown

Public methodStatic memberTimeStepInSeconds(IDfsEqTimeAxis)
Calculate the time step in seconds for an equidistant time axis

If the time axis unit can not be converted to seconds, an exception is thrown

Public methodStatic memberTimeStepInSeconds(IDfsTemporalAxis)
Calculate the time step in seconds for an equidistant temporal axis.

If the time axis is not equidistant, zero is returned.

If the time axis unit can not be converted to seconds, an exception is thrown

Top
See Also