Back to Aurora Vision Library Lite website

You are here: Start » System » Time

Time

Select a function from the list below.

Icon Name Description / Applications
AddDurations

Computes sum of two durations.

AddToTimestamp

Shifts timestamp forward by a given duration.

CreateDuration

Creates duration from its components.

CurrentDateTime

Returns current date and time in multiple formats.


Combines the most commonly used date and time filters into one tool.

CurrentTime

Returns current UTC timestamp.

DateTimeToTimestamp

Converts date and time to UTC timestamp.

Delay

Suspends the program workflow for inTime milliseconds.

DelayByPeriod

Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time.

FormatDateTimeToString

Returns a string containing date and time information in selected format.

GetClockTime

Stops clock to measure performance.

MeasurePeriod

Returns elapsed time in milliseconds from last filter call.

SplitDurationToParts

Computes components of a duration.

StartClock

Starts clock to measure performance.

SubtractDurations

Computes signed difference between two durations.

SubtractFromTimestamp

Shifts timestamp backward by a given duration.

SubtractTimestamps

Computes time elapsed between first and second timestamp (signed).

TimestampDifference

Computes absolute value of time elapsed between two timestamps.

TimestampToDateTime

Converts UTC timestamp to date and time in selected timezone.

TimestampToUnixTime

Converts timestamp to Unix time.

UnixTimeToTimestamp

Converts Unix time to timestamp.

Select Filter Equivalent below.

Icon Name Description / Applications
AvsFilter_GetClockTime

Stops clock to measure performance.