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

Definition

Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IOneDayProfile

Properties

Id ID of Daily Pattern

Methods

GetAccumulatedValue 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.
GetValue Get the value of the daily pattern at the given date. Only the time of day part of the date is used.
Prepare Prepare item for simulation.

See Also