Entering content frame

Object documentation Web Dynpro TimeValue API - IWDTimeValue 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:

o        YYYYMMDD

o        YYYYMMDD;HHMMSS

o        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

Methods in the Web Dynpro IWDTimeValue API

Method Name

Parameter

Return Value

Short Description

bindingOfValue

 

String

Returns the path of the context element to which the value property is bound. Returns NULL if no binding exists.

bindValue

(String path)

 

Binds the value property to the context node specified by a path.

getValue

 

long

Returns the value of the value property.

setValue

(long)

 

Sets the value of the value property.

Additional methods are available using inheritance: IWDAbstractValue, IWDViewElement.

  

  

 

Leaving content frame