org.dvb.si
Interface SITime
- All Superinterfaces:
- SIInformation
- public interface SITime
- extends SIInformation
This interface represents the Time and Date Table (TDT) and the (optional)
Time Offset Table (TOT).
When it represents a TDT table, the retrieveDescriptors
and
getDescriptorTags
methods behave as documented in the case
when there are no descriptors, because the TDT does not contain any descriptors.
- See Also:
SIDatabase
Method Summary |
java.util.Date |
getUTCTime()
Get the UTC time as coded in the TDT or TOT table. |
getUTCTime
public java.util.Date getUTCTime()
- Get the UTC time as coded in the TDT or TOT table.
- Returns:
- The UTC as coded in the TDT or TOT table.