You are here: Start » Function Reference » System » Time
Time
Select a function from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AddDurations | Computes sum of two durations. |
FoundationLite | ||
| AddToTimestamp | Shifts timestamp forward by a given duration. |
FoundationLite | ||
| CreateDuration | Creates duration from its components. |
FoundationLite | ||
| CurrentDateTime | Returns current date and time in multiple formats. Combines the most commonly used date and time filters into one tool. |
FoundationLite | ||
| CurrentTime | Returns current UTC timestamp. |
FoundationLite | ||
| DateTimeToTimestamp | Converts date and time to UTC timestamp. |
FoundationLite | ||
| Delay | Suspends the program workflow for inTime milliseconds. |
FoundationLite | ||
| DelayByPeriod | Suspends the program workflow for inTime milliseconds relative to the end of the filter's last invoke time. |
FoundationLite | ||
| FormatDateTimeToString | Returns a string containing date and time information in selected format. |
FoundationLite | ||
| GetClockTime | Stops clock to measure performance. |
FoundationLite | ||
| MeasurePeriod | Returns elapsed time in milliseconds from last filter call. |
FoundationLite | ||
| SplitDurationToParts | Computes components of a duration. |
FoundationLite | ||
| StartClock | Starts clock to measure performance. |
FoundationLite | ||
| SubtractDurations | Computes signed difference between two durations. |
FoundationLite | ||
| SubtractFromTimestamp | Shifts timestamp backward by a given duration. |
FoundationLite | ||
| SubtractTimestamps | Computes time elapsed between first and second timestamp (signed). |
FoundationLite | ||
| TimestampDifference | Computes absolute value of time elapsed between two timestamps. |
FoundationLite | ||
| TimestampToDateTime | Converts UTC timestamp to date and time in selected timezone. |
FoundationLite | ||
| TimestampToUnixTime | Converts timestamp to Unix time. |
FoundationLite | ||
| UnixTimeToTimestamp | Converts Unix time to timestamp. |
FoundationLite |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AvsFilter_GetClockTime | Stops clock to measure performance. |
FoundationLite |
