Back to FabImage Library Lite website
You are here: Start » System » Time
Time
Select a function from the list below.
Icon | Name | Description / Applications | |
---|---|---|---|
![]() |
CurrentDateTime | Returns a string containing the date time information in selected format and all of the date time data separately. |
|
![]() |
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. |
|
![]() |
GetClockTime | Stops clock to measure performance. |
|
![]() |
MeasurePeriod | Returns elapsed time in milliseconds from last filter call. |
|
![]() |
StartClock | Starts clock to measure performance. |
Select Filter Equivalent below.
Icon | Name | Description / Applications | |
---|---|---|---|
![]() |
FisFilter_GetClockTime | Stops clock to measure performance. |