IPeriodicSpecialDayUsage Property  | 
 
            Set how to use this special day.
            
- -1 : - Do not use this.
 - 0-6 : - weekdays, as returned by DateTime: 0=sunday,..., 6=saturday.
 
 
    Namespace: 
   DHI.Mike1D.BoundaryModule.PeriodicItem
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
SyntaxProperty Usage As Integer
	Get
	Set
property int Usage {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also