Difference between revisions of "Component: Time Stamp (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to searchLine 77: | Line 77: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 83: | Line 85: | ||
==Macro reference== | ==Macro reference== | ||
+ | ===GetValue=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 101: | Line 104: | ||
+ | ===GetTimeStamp=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 114: | Line 118: | ||
+ | ===GetTime=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 127: | Line 132: | ||
+ | ===GetDate=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 140: | Line 146: | ||
+ | ===GetStr=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- |
Revision as of 11:52, 3 February 2023
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 Source Code
Please click here to download the component source project: FC_Comp_Source_TimeStamp.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_TimeStamp.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetValue
![]() |
GetValue |
Allows a single time or date value to be returned. | |
![]() |
Index |
0: Sec, 1: Min, 2: Hour, 3: Day, 4: Month, 5: Year, 6: Millisecs | |
![]() |
Return |
GetTimeStamp
![]() |
GetTimeStamp |
Returns the current system date and time combined into a single string. | |
![]() |
Return |
GetTime
![]() |
GetTime |
Returns the current system time as a string in the format of "HH MM SS" | |
![]() |
Return |
GetDate
![]() |
GetDate |
Returns the current system date as a string in the selected format. | |
![]() |
Return |
GetStr
![]() |
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 |