Click or drag to resize

ISportEventGetScheduledEndTimeAsync Method

Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled to end or a null reference if the value is not known

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<DateTime?> GetScheduledEndTimeAsync()

Return Value

TaskNullableDateTime
A TaskTResult representing the retrieval operation
See Also