Class RealTimeTimeProvider
java.lang.Object
com.sportradar.livedata.sdk.common.timer.TimeProviderBase
com.sportradar.livedata.sdk.common.timer.RealTimeTimeProvider
A 
TimeProviderBase implementation which uses system time- Author:
- uros.bregar
- 
Field SummaryFields inherited from class com.sportradar.livedata.sdk.common.timer.TimeProviderBasecurrent
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sportradar.livedata.sdk.common.timer.TimeProviderBasegetCurrent, getCurrentTime, getFutureDate, resetToRealTime, setCurrent
- 
Constructor Details- 
RealTimeTimeProviderpublic RealTimeTimeProvider()
 
- 
- 
Method Details- 
getDateGets theDatespecifying the current date and time.- Specified by:
- getDatein class- TimeProviderBase
- Returns:
- The Datespecifying the current date and time.
 
- 
getDateTimepublic org.joda.time.DateTime getDateTime()When overridden in derived class, gets theDateTimespecifying the current date and time.- Specified by:
- getDateTimein class- TimeProviderBase
- Returns:
- the DateTimespecifying the current date and time.
 
 
-