TimestampInterval

Structure reoresenting a Timestamp interval

struct TimestampInterval {}

Members

Variables

begin
long begin;

The timestamp for the beginning of the interval

end
long end;

The timestamp for the end of the interval

Meta