Click or drag to resize

IEventClock Interface

Defines a contract implemented by classes representing the event clock

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#
public interface IEventClock : IEntityPrinter

The IEventClock type exposes the following members.

Properties
 NameDescription
Public propertyEventTime Gets the event time of the sport event associated with the current IEventClock instance
Public propertyRemainingDate Gets the remaining date
Public propertyRemainingTimeInPeriod Gets the remaining time in period
Public propertyStoppageTime Gets the representation of the time the event associated with the current IEventClock has been stopped
Public propertyStoppageTimeAnnounced Gets the announced stoppage time
Public propertyStopped Gets a value indicating whether this IEventClock is stopped
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also