Difference between revisions of "Extensions.DateTime.GetTimeStamp"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== Examples == | == Examples == | ||
+ | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
+ | java.util.Date.getTime(); | ||
+ | </syntaxhighlight> | ||
== See also == | == See also == |
Revision as of 09:54, 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();