time
Data type for the time
This data type enables you to store the time.
|
MIME Format and Protocol |
Result |
|---|---|
|
JSON, no protocol |
A character string that represents the time in the format hh:mm:ss.fff. |
|
JSON, ODATA V2 protocol |
A character string that represents the time in the format time'{hh:mm:ss.fff }'. |
|
JSON, ODATA V3 or ODATA V4 protocol |
A character string that represents a duration in the format time'{P{days}DT{hours}H{minutes}M{seconds}.{milliseconds}S' |
|
XML, all protocols |
A character string that represents the time in the format hh:mm:ss.fff |
|
UrlEncoded, no protocol |
A character string that represents the time in the format hh:mm:ss.fff |
|
UrlEncoded, ODATA V2 protocol |
A character string that represents the time in the format time'{hh:mm:ss.fff }' |
|
UrlEncoded, OData V3 protocol or ODATA V4 protocol |
A character string that represents a duration in the format time'{P{days}DT{hours}H{minutes}M{seconds}.{milliseconds}S' |