Jump to content

Component: Time Stamp (Runtime Tools): Difference between revisions

From Flowcode Help
Replaced content with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.2 |- | width="20%" style="color:..."
Tag: Replaced
No edit summary
Line 16: Line 16:


==Detailed description==
==Detailed description==




Line 26: Line 28:


==Examples==
==Examples==





Revision as of 13:32, 17 November 2021

Author Matrix TSL
Version 1.2
Category Runtime Tools


Time Stamp component

A simple simulation component to collect the current system timestamp as a string.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

GetValue
Allows a single time or date value to be returned. 
- BYTE Index
0: Sec, 1: Min, 2: Hour, 3: Day, 4: Month, 5: Year 
- BYTE Return


GetTimeStamp
Returns the current system date and time combined into a single string. 
- STRING Return


GetTime
Returns the current system time as a string in the format of "HH MM SS" 
- STRING Return


GetDate
Returns the current system date as a string in the selected format. 
- STRING Return


GetStr
Allows a single time or date value to be returned as a two character string. 
- BYTE Index
0: Sec, 1: Min, 2: Hour, 3: Day, 4: Month, 5: Year 
- STRING Return



Property reference

Properties
Date Format
Specifies the format of the date string. No - "DD/MM/YY" Yes - "MM/DD/YY"  
Time Separator
Characters that are used in between the time digits 
Date Separator
Characters that are used in between the date digits 
TimeStamp Separator
Characters that are used between the time and date strings when returning a full time stamp. 
Include Milliseconds
Allows milliseconds to be included in the timestamp 
Connections
Simulations