PeriodicSpecialDay Class |
Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
The PeriodicSpecialDay type exposes the following members.
Name | Description | |
---|---|---|
PeriodicSpecialDay |
Create new special day on the specified DateTime.Date.
indicating whether the date is specific or yearly recurring.
|
Name | Description | |
---|---|---|
ExtensionData |
Data from an extended DataContract not recognized here
| |
Id |
ID for Special day
| |
Usage |
Set how to use this special day.
|
Name | Description | |
---|---|---|
Check(DateTime, Int32) |
Check whether a date matches this special day. A usage is returned
if the date matches the specialday. See also optimized version below,
to use when date.Month and date.Day is precalculated.
| |
Check(DateTime, Int32, Int32, Int32) |
Check whether a date matches this special day. A usage is returned
if the date matches the specialday. Optimized version, when
the date.Month and date.Day is precalculated.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |