Interface IEventClock
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing the event clock
public interface IEventClock : IEntityPrinter
- Inherited Members
Properties
EventTime
Gets the event time of the sport event associated with the current IEventClock instance
string EventTime { get; }
Property Value
RemainingDate
Gets the remaining date
string RemainingDate { get; }
Property Value
- string
The remaining date
RemainingTimeInPeriod
Gets the remaining time in period
string RemainingTimeInPeriod { get; }
Property Value
- string
The remaining time in period
StoppageTime
Gets the representation of the time the event associated with the current IEventClock has been stopped
string StoppageTime { get; }
Property Value
StoppageTimeAnnounced
Gets the announced stoppage time
string StoppageTimeAnnounced { get; }
Property Value
Stopped
Gets a value indicating whether this IEventClock is stopped
bool? Stopped { get; }
Property Value
- bool?
trueif stopped; otherwise,false