Component: Time Stamp (Simulation)

From Flowcode Help
Revision as of 11:52, 24 May 2018 by BenR (talk | contribs)
Jump to navigationJump to search


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