Difference between revisions of "Extensions.DateTime"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''DateTime''' Extension}}Category:OTX-ExtensionCategory:DateTime == Classification == {{ClassificationExtension | DateTime | Diagnostic Application...")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:OTX '''DateTime''' Extension}}[[Category:OTX-Extension]][[Category:DateTime]]
 
{{DISPLAYTITLE:OTX '''DateTime''' Extension}}[[Category:OTX-Extension]][[Category:DateTime]]
 +
__TOC__
 
== Classification ==
 
== Classification ==
{{ClassificationExtension | DateTime | Diagnostic Application DateTime | [[OTX Extension]] | - | - }}
+
{{ClassificationExtension | DateTime | Diagnostic Application DateTime | [[OtxReference#Extensions|OTX Extension]] | - | - }}
  
 
== Introduction ==
 
== Introduction ==
 +
The purpose of the OTX '''DateTime''' extension is to retrieve information about the current date and time
 +
provided by the diagnostic application.
  
 
== Terms ==
 
== Terms ==
Line 9: Line 12:
  
 
{{TableRowCatagory|DateTime terms}}
 
{{TableRowCatagory|DateTime terms}}
{{TableRowKeyValueList|[[GetTimeStamp]]|}}
+
{{TableRowKeyValueList|[[Extensions.DateTime.GetTimeStamp|GetTimeStamp]]| Returns a timestamp in milliseconds.}}
{{TableRowKeyValueList|[[FormatDate]]|}}
+
{{TableRowKeyValueList|[[Extensions.DateTime.FormatDate|FormatDate]]| Returns a formatted time representation of a timestamp.}}
{{TableRowKeyValueList|[[FormatDuration]]|}}
+
{{TableRowKeyValueList|[[Extensions.DateTime.FormatDuration|FormatDuration]]| Give a duration in milliseconds from a time stamp.}}
  
 
|}
 
|}

Latest revision as of 03:55, 16 February 2016

Classification

Name DateTime
Short Description Diagnostic Application DateTime
Class OTX Extension
Base Extension -
Pre-Conditions -
Specified by ISO 13209-3

Introduction

The purpose of the OTX DateTime extension is to retrieve information about the current date and time provided by the diagnostic application.

Terms

DateTime terms
GetTimeStamp Returns a timestamp in milliseconds.
FormatDate Returns a formatted time representation of a timestamp.
FormatDuration Give a duration in milliseconds from a time stamp.