TocEntry.getStartStopTimes

Get @start and @stop values from the @entry and write them into appropriate storages.

class TocEntry
bool
getStartStopTimes
(
out long start
,
out long stop
)

Parameters

start long

the storage for the start value, leave %NULL if not need.

stop long

the storage for the stop value, leave %NULL if not need.

Return Value

Type: bool

%TRUE if all non-%NULL storage pointers were filled with appropriate values, %FALSE otherwise.

Meta