SortByDate Method
See Also Example Applies To
Sorts the collection of feed list entries by date.
Syntax
object.SortByDate (NewestFirst)
| Part |
Description |
| object |
An object expression that evaluates to an RSSFeedList object. |
| NewestFirst |
Optional. A boolean which if True indicates that the newest file is first in the list, if False indicates that the oldest file is first in the list. |
|