Show TOC Start of Content Area

Object documentation TimeValue API  Locate the document in its SAP Library structure

Overview

The TimeValue class is available for the use of time values of the data type long.

Property Descriptions

·         value

This property specifies a time value for a point in a chart. It must be bound to a context attribute within a context structure that provides the data for the values at runtime. . The time values must have the format YYYYMMDD, where Y is the year, M is the month, D is the day – for example, 20040205. In addition, you can use a semicolon as a separator to specify hours, minutes, seconds, and milliseconds.
The following formats are valid:

     YYYYMMDD

     YYYYMMDD;HHMMSS

     YYYYMMDD;HHMMSSZZZ (H=hours, M=minutes, S=seconds, Z=milliseconds).

In general, this format refers to all graphics with time lines, such as TimeScale graphic.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

value

IWDTimeValue

String

 

bindable_mandatory

No

 

End of Content Area