duration
Duration
This data type calculates the difference between two points in time of the data type DateTime and specifies the length of time.
|
MIME Format and Protocol |
Result |
|---|---|
|
JSON and all logs: |
A character string that represents a duration in the format P{days}DT{hours}H{minutes}M{seconds}.{milliseconds}S |
|
XML and all protocols: |
A character string that represents a duration in the format P{days}DT{hours}H{minutes}M{seconds}.{milliseconds}S |
|
UrlEncoded, all protocols: |
Duration is displayed in the format duration'P{days}DT{hours}H{minutes}M{seconds}.{milliseconds}S'. |