EquidistantTimeCheckPointSet Constructor (DateTime, DateTime, TimeSpan) |
Create new object
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public EquidistantTimeCheckPointSet(
DateTime start,
DateTime end,
TimeSpan step
)
Public Sub New (
start As DateTime,
end As DateTime,
step As TimeSpan
)
public:
EquidistantTimeCheckPointSet(
DateTime start,
DateTime end,
TimeSpan step
)
Parameters
- start
- Type: SystemDateTime
Start of check points - end
- Type: SystemDateTime
End of check points - step
- Type: SystemTimeSpan
Step between check points
See Also