DateTime Arg
The DateTime arg renders input fields in the Widgetbook UI where you can dynamically enter a DateTime value for a widget property.
Variants
The DateTime arg has two variants:
DateTimeArg: Allows you to enter aDateTimevalue. Does not acceptnullvalues.NullableDateTimeArg: Allows you to enter aDateTimevalue or set it tonull. Useful when the property is optional.

