Difference between revisions of "Extensions.DateTime.GetTimeStamp"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | timeStamp = GetTimeStamp(); | + | Integer timeStamp = GetTimeStamp(); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 14:45, 11 July 2014
Classification
Name | GetTimeStamp |
Short Description | Returns a timestamp in milliseconds |
Class | Term |
Extension | OTX DateTime Extension |
Group | - |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Integer 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 returns a timestamp in milliseconds. |
Examples
java.util.Date.getTime();