public interface

TimelineProto.TimeIntervalOrBuilder

 androidx.wear.protolayout.proto.TimelineProto.TimeIntervalOrBuilder

Subclasses:

TimelineProto.TimeInterval, TimelineProto.TimeInterval.Builder

Summary

Methods
public longgetEndMillis()

 End point of the time interval, in milliseconds since the Unix epoch.

public longgetStartMillis()

 Starting point of the time interval, in milliseconds since the Unix epoch.

Methods

public long getStartMillis()

 Starting point of the time interval, in milliseconds since the Unix epoch.
 
int64 start_millis = 1;

Returns:

The startMillis.

public long getEndMillis()

 End point of the time interval, in milliseconds since the Unix epoch.
 
int64 end_millis = 2;

Returns:

The endMillis.