- Add `DateTime::microsecond()` - Add `DateTime::differenceAsMicroseconds()` - Add `DateTime::fromComponents()` static factory method (do not change original constructor as this is a BC break to be handled in #85) - Add `TimeOfDay::microsecond()` - Add `TimeOfDay:fromComponents()` static factory method (do not change original constructor as this is a BC break to be handled in #85) - Add `Date::differenceAsMicroseconds()` Do not change interfaces as this is a BC break to be handled in #86.
DateTime::microsecond()DateTime::differenceAsMicroseconds()DateTime::fromComponents()static factory method (do not change original constructor as this is a BC break to be handled in UpdateDateTimeandTimeOfDayconstructors to accept microseconds parameter. #85)TimeOfDay::microsecond()TimeOfDay:fromComponents()static factory method (do not change original constructor as this is a BC break to be handled in UpdateDateTimeandTimeOfDayconstructors to accept microseconds parameter. #85)Date::differenceAsMicroseconds()Do not change interfaces as this is a BC break to be handled in #86.