Table of Contents

Interface IScheduledStartTimeChange

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes providing schedule start time change

public interface IScheduledStartTimeChange

Properties

ChangedAt

Gets the changed at

DateTime ChangedAt { get; }

Property Value

DateTime

The changed at

NewTime

Gets the new time

DateTime NewTime { get; }

Property Value

DateTime

The new time

OldTime

Gets the old time

DateTime OldTime { get; }

Property Value

DateTime

The old time