DatePart

Date Part Classes Module

This module provides structured classes for date/time parts used in date-time input. Each part type has its own class with specific validation and spin behavior.

Classes are private to this module - only types and factory function are exported.

AmPm = "amPm"
Date = "date"
Hours = "hours"
Minutes = "minutes"
Month = "month"
Seconds = "seconds"
Year = "year"