ConvertTimeResponse
public class ConvertTimeResponse : BaseResponse
Convert Time Response
See also
ConvertTime-
This element contains the time information for the locations in the request. For the XML format, it will be repeated multiple times, while for JSON, it is modeled as an array of objects with the same content.
See also
LocationTypeDeclaration
Swift
public let locations: [LocationType]?
-
UTC time stamp of requested time.
Declaration
Swift
public let utc: Utc?