Add

DateFormatCollection.Add method

Adds an date format object to the collection.

public void Add(DateFormat item)
Parameter Type Description
item DateFormat The date format object to add to the collection.

See Also