Date.isoWeekAndYear

The ISO 8601 week and year of the year that this Date is in.

struct Date
@property const @safe pure nothrow
isoWeekAndYear
()

Return Value

Type: auto

An anonymous struct with the members isoWeekYear for the resulting year and isoWeek for the resulting ISO week.

See Also

Suggestion Box / Bug Report