Table of Contents

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

string

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

string

StoppageTimeAnnounced

Gets the announced stoppage time

string StoppageTimeAnnounced { get; }

Property Value

string

Stopped

Gets a value indicating whether this IEventClock is stopped

bool? Stopped { get; }

Property Value

bool?

true if stopped; otherwise, false