Adds a new Separator to the collection.
            
    Namespace: 
   DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# | 
|---|
public int Add( DateTime location, Color color, SeparatorLayer layer, int width, int opacity )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Add ( _ location As DateTime, _ color As Color, _ layer As SeparatorLayer, _ width As Integer, _ opacity As Integer _ ) As Integer  | 
| Visual C++ | 
|---|
public: int Add( DateTime location, Color color, SeparatorLayer layer, int width, int opacity )  | 
Parameters
- location
 - Type: System..::.DateTime
 
- color
 - Type: System.Drawing..::.Color
 
- layer
 - Type: DayPilot.Web.Ui.Enums..::.SeparatorLayer
 
- width
 - Type: System..::.Int32
 
- opacity
 - Type: System..::.Int32