Back to Adaptive Vision Library website

You are here: Start » Function Reference » Time

Time

Select a function from the list below.

IconNameDescription
CurrentDateTimeReturns a string containing the date time information in selected format and all of the date time data separately.
DelaySuspends the program workflow for inTime milliseconds.
DelayByPeriodSuspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.
GetClockTimeStops clock to measure performance.
MeasurePeriodReturns elapsed time in milliseconds from last filter call.
StartClockStarts clock to measure performance.

Select Filter Equivalent below.

IconNameDescription
AvsFilter_GetClockTimeStops clock to measure performance.