Feedback
Add DateTime component construction APIs
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/121-datetime-missing-function
- Last updated
- 2026-05-24
Public summary
Add component-based DateTime construction APIs so ObjoBasic code can create dates and times from explicit year, month, day, hour, minute, second, and millisecond values without building strings for DateTime.Parse. This covers both a named factory API and constructor syntax while preserving DateTime as a value type.