week property

int? week
final

The week, e.g. 1 for first week, 2 for the second week, -1 for the last week, -2 for the second last week, etc

This value is relative to the DTSTART / DateTimeStart's month property

Implementation

final int? week;