Gets the current trends.
| C# | Visual Basic |
public static TwitterResponse<TwitterTrendCollection> Current( CurrentTrendsOptions options )
Public Shared Function Current ( _ options As CurrentTrendsOptions _ ) As TwitterResponse(Of TwitterTrendCollection)
- options (CurrentTrendsOptions)
- The options.
A collection of TwitterTrend objects.