DateTime
Nested widgets can be safely replaced with their analogs:
time can be displayed with Time24, Time12, TimeAnalog, TimeScroller
date can be displayed with Calendar, DateScroller
DateScroller Options
Current Date Time As Default
boolDefault Date Time
DateTime(stringin Inspector window)Format
stringFormat to parse Default Date Time.
Calendar
DateBaseWidget to select date.
Time
TimeBaseWidget to select time.
Is Scroll Blocks Used
boolIs Calendar and Time widgets are scrollers? Required for the styles support.
Events
OnDateTimeChanged
UnityEvent<DateTime>The event raised when date changed.
Arguments: selected datetime.