Difference between revisions of "Component: Time Stamp (Simulation)"

From Flowcode Help
Jump to navigationJump to search
Line 29: Line 29:
  
 
===<span style="font-weight: normal;"><u><tt>GetTimeStamp</tt></u></span>===
 
===<span style="font-weight: normal;"><u><tt>GetTimeStamp</tt></u></span>===
''<span style="color:red;">No additional information</span>''
+
Returns the current system date and  time as a string in the format of "DD/MM/YY - HH:MM:SS" or "MM/DD/YY - HH:MM:SS"
 
 
 
 
  
 
'''Parameters'''
 
'''Parameters'''

Revision as of 11:52, 24 May 2018


Author Matrix TSL
Version 1.0 (Release)
Category Simulation


Image Time Stamp component

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

Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetTimeStamp

Returns the current system date and time as a string in the format of "DD/MM/YY - HH:MM:SS" or "MM/DD/YY - HH:MM:SS"

Parameters

This macro has no parameters


Return value

STRING


GetTime

Returns the current system time as a string in the format of "HH:MM:SS"

Parameters

This macro has no parameters


Return value

STRING


GetDate

Returns the current system date as a string in the format of "DD/MM/YY" or "MM/DD/YY"

Parameters

This macro has no parameters


Return value

STRING



Property reference

This component does not contain any properties