CalEventMBS.endDate/startDate as DateTime

Presumably for @Christian Schmitz :
In my quest for API 2.0 cleanliness, is there any way to get CalEventMBS.endDate and CalEventMBS.startDate to return as DateTime rather than Date?

That’s not an urgent change for me.
And DateTime can be converted to/from Date, so you can just let Xojo convert.

Fine, I have a Date to DateTime conversion method, it was just in case there was an existing alternative.
Thank you.

I may first learn about DateTime and see how I can do that in the plugin.
Probably gets added, when we make changes to existing plugin parts, e.g. when we rework them later for iOS.