Click or drag to resize

IOneDayProfile Interface

Interface for a profile covering one day. The DateTime input to the GetValue(DateTime) function only uses the TimeOfDay part to evaluate the value

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IOneDayProfile

The IOneDayProfile type exposes the following members.

Properties
  NameDescription
Public propertyId
ID of Daily Pattern
Top
Methods
  NameDescription
Public methodGetAccumulatedValue
Get the accumulated value of the one-day-profile in the given interval. Only the time of day part of the date is used. If start is exactly on midnight, is it assumed to be 0 hours. If end is exactly on midnigt is is assumed to be 24 hours.
Public methodGetValue
Get the value of the daily pattern at the given date. Only the time of day part of the date is used.
Public methodPrepare
Prepare item for simulation.
Top
See Also