GET api/v{version}/tenantinfo/utcoffset
Gets the offset from the current time to UTC.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version |
The requested API version |
string |
Required Default value is 2.0 |
Body Parameters
None.
Response Information
Resource Description
Returns the current tenant's offset from UTC in minutes
integerResponse Formats
application/json, text/json, application/problem+json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>