get_start_stop_times


Description:

public bool get_start_stop_times (out int64 start, out int64 stop)

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

Parameters:

this

TocEntry to get values from.

start

the storage for the start value, leave null if not need.

stop

the storage for the stop value, leave null if not need.

Returns:

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