Version

Add Method (FixedDateGroupCollection)

Adds a fixed date group to the collection.
Syntax
public void Add( 
   FixedDateGroup item
)

Parameters

item
The fixed date group to add to the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionitem is null.
System.ArgumentExceptionitem is already in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also