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.