Specifies the display formats for relative time. | |
Description: | ApRelativeTimeEnum defines the following display formats that can be used when number format is set to apNumberRelativeTime. |
Values: |
apTimeDDHHMMSS
- Displays relative time as day:hours:minutes:seconds.
Example A fixed axis has limits of 0 to 11700 (3 hours and 15 minutes). The lower limit is 00:00:00:00. The upper limit is 00:03:15:00. apTimeHHMMSS -
Displays relative time as hours:minutes:seconds.
Example A fixed axis has limits of 0 to 11700. The lower limit is 00:00:00. The upper limit is 03:15:00. apTimeMMSS -
Displays relative time as minutes:seconds.
Example A fixed axis has limits of 0 to 11700. The lower limit is 00:00. The upper limit is 195:00. apTimeHHTenths
- Displays relative time as hours in tenths.
Example A fixed axis has limits of 0 to 11700. The lower limit is 0. The upper limit is 3.2. apTimeMMTenths
- Displays relative time as minutes in tenths.
Example A fixed axis has limits of 0 to 11715. The lower limit is 0. The upper limit is 195.2. |