ObjFW  Diff

Differences From Artifact [86c0fe3263]:

To Artifact [63ca3c4f75]:


197
198
199
200
201
202
203







204
205
206
207
208
209
210
/**
 * \brief Returns the year of the date.
 *
 * \return The year of the date
 */
- (uint16_t)year;








/**
 * \brief Returns the day of the week of the date.
 *
 * \return The day of the week of the date
 */
- (uint8_t)dayOfWeek;








>
>
>
>
>
>
>







197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
/**
 * \brief Returns the year of the date.
 *
 * \return The year of the date
 */
- (uint16_t)year;

/**
 * \brief Returns the year of the date in local time.
 *
 * \return The year of the date in local time
 */
- (uint16_t)localYear;

/**
 * \brief Returns the day of the week of the date.
 *
 * \return The day of the week of the date
 */
- (uint8_t)dayOfWeek;