Difference between revisions of "Extensions.DateTime.GetTimeStamp"

From emotive
Jump to navigation Jump to search
Line 17: Line 17:
  
 
== Examples ==
 
== Examples ==
<syntaxhighlight lang="c#" enclose="div" style="font-size: medium;">
+
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
java.util.Date.getTime();
 
java.util.Date.getTime();
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 09:56, 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();

See also

FortmatDate
FortmatDuration