SharpSchedule

RepeatTypeCollection.Add Method 

Add the given RepeatType to the collection.

[Visual Basic]
Public Sub Add( _
   ByVal repeatType As RepeatType _
)
[C#]
public void Add(
   RepeatType repeatType
);

Parameters

repeatType
The RepeatType to add to the collection.

See Also

RepeatTypeCollection Class | Ozanam.Schedule.Store.Entity Namespace