Click or drag to resize

ISportDataProviderGetSportEventsByDateAsync Method

Asynchronously gets a IEnumerableT representing sport events scheduled for date specified by
C#
date
in language specified by
C#
culture

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<ICompetition>> GetSportEventsByDateAsync(
	DateTime date,
	CultureInfo culture = null
)

Parameters

date  DateTime
A DateTime specifying the day for which to retrieve the schedule
culture  CultureInfo  (Optional)
A CultureInfo specifying the language or a null reference to use the languages specified in the configuration

Return Value

TaskIEnumerableICompetition
A TaskTResult representing the async operation
See Also