DateFormatCollectionAdd Method |
Adds an date format object to the collection.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic void Add(
DateFormat item
)
Public Sub Add (
item As DateFormat
)
public:
virtual void Add(
DateFormat^ item
) sealed
abstract Add :
item : DateFormat -> unit
override Add :
item : DateFormat -> unit
Parameters
- item
- Type: GroupDocs.Search.OptionsDateFormat
The date format object to add to the collection.
Implements
ICollectionTAdd(T)
See Also