VTimeZoneCollection.Sort Method

Overload List

Sort(Boolean) This is used to sort the collection in ascending or descending order by time zone ID
Sort(Comparison<VTimeZone>) Sort the items in the collection using the specified Comparison<T> delegate
Sort(IComparer<VTimeZone>) Sort the items in the collection using the specified comparer

See Also