You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below code is throwing me error "'datePeriod' is inaccessible due to 'internal' protection level"
let event = Event()
event.datePeriod = TimePeriod.init(beginning: startDate, end: endDate)
The text was updated successfully, but these errors were encountered:
funnybyname
changed the title
Cannot run my project due to this error
datePeriod' is inaccessible due to 'internal' protection level
Apr 30, 2018
funnybyname
changed the title
datePeriod' is inaccessible due to 'internal' protection level
datePeriod is inaccessible due to 'internal' protection level
Apr 30, 2018
The below code is throwing me error "'datePeriod' is inaccessible due to 'internal' protection level"
let event = Event()
event.datePeriod = TimePeriod.init(beginning: startDate, end: endDate)
The text was updated successfully, but these errors were encountered: