Difference between revisions of "Extensions.DateTime.GetTimeStamp"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
== See also == | == See also == | ||
+ | [[FortmatDate]]<br/> | ||
+ | [[FortmatDuration]] |
Revision as of 09:55, 11 July 2014
Classification
Name | GetTimeStamp |
Short Description | Returns a formatted time representation of a timestamp |
Class | Term |
Extension | OTX DateTime Extension |
Group | - |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
timeStamp = GetTimeStamp();
Description
GetTimestamp shall return a timestamp, expressed in milliseconds elapsed since 1970-01-01 00:00:00 UTC.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Result | Integer | Value | - | [0..1] | This result eturns a timestamp in milliseconds. |
Examples
java.util.Date.getTime();