The getCalendarDays() call returns a getCalendarDaysResponse object that wraps an array of CalendarDay objects with the following properties:
Name | Type | Description |
---|---|---|
bankday | string | Bankday or not [Y|N] |
caldate | date | The date [yyy-mm-dd] |
week | string | week number (1-53) |
weekyear | string | The year the week belongs to |
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Body> <ns2:getCalendarDaysResponse xmlns:ns2="http://swea.riksbank.se/xsd"> <return> <bankday>Y</bankday> <caldate>2001-10-01</caldate> <week>40</week> <weekyear>2001</weekyear> </return> ... </ns2:getCalendarDaysResponse> </soap:Body> </soap:Envelope>