Difference between revisions of "Component: Time Stamp (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| Line 14: | Line 14: | ||
==Time Stamp component== | ==Time Stamp component== | ||
A simple simulation component to collect the current system timestamp as a string. | A simple simulation component to collect the current system timestamp as a string. | ||
| + | |||
| + | ==Component Pack== | ||
| + | |||
| + | FREE | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 28: | Line 34: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 16:26, 7 January 2022
| Author | Matrix TSL |
| Version | 1.2 |
| Category | Runtime Tools |
Contents
Time Stamp component
A simple simulation component to collect the current system timestamp as a string.
Component Pack
FREE
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. | |
| Index | |
| 0: Sec, 1: Min, 2: Hour, 3: Day, 4: Month, 5: Year | |
| Return | |
| GetTimeStamp | |
| Returns the current system date and time combined into a single string. | |
| Return | |
| GetTime | |
| Returns the current system time as a string in the format of "HH MM SS" | |
| Return | |
| GetDate | |
| Returns the current system date as a string in the selected format. | |
| Return | |
| GetStr | |
| Allows a single time or date value to be returned as a two character string. | |
| Index | |
| 0: Sec, 1: Min, 2: Hour, 3: Day, 4: Month, 5: Year | |
| Return | |