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.
Enumeration Members
Section titled "Enumeration Members"AmPm = "amPm" Date = "date" Hours
Section titled "Hours"Hours = "hours" Minutes
Section titled "Minutes"Minutes = "minutes" Month
Section titled "Month"Month = "month" Seconds
Section titled "Seconds"Seconds = "seconds" Year = "year"