Search
DateStyleCollection.Add Method
See Also
 





Adds the specified DateStyle object to this collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    DateStyle style
)

Visual Basic  Copy Code

Public Sub Add ( _
    style As DateStyle _
)

 Parameters

style
A DateStyle instance to be added to the collection.

 See Also