MindFusion WinForms Programmer's Guide
DateStyleCollection.Insert Method
See Also
 





Inserts the specified DateStyle object at the specified position within the collection.

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

 Syntax

C#  Copy Code

public void Insert (
    int index,
    DateStyle style
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    style As DateStyle _
)

 Parameters

index
Specifies the position at which the DateStyle must be inserted.
style
A DateStyle instance to be added to the collection.

 See Also

DateStyleCollection Members
DateStyleCollection Class
MindFusion.Scheduling.WinForms Namespace