DateTimeFormStateValue
@spartanfx/react / spfx / DateTimeFormStateValue
Type Alias: DateTimeFormStateValue
type DateTimeFormStateValue = Date | null;
Represents a date/time value selected in a form.
Can be a Date object or null if not set.
@spartanfx/react / spfx / DateTimeFormStateValue
type DateTimeFormStateValue = Date | null;
Represents a date/time value selected in a form.
Can be a Date object or null if not set.