Event | +--DateTimeFormatEventpublic class DateTimeFormatEvent
The DateTimeFormatEvent is fired when the DateTimePicker is formatting time to display to the user.
Fields
Name | Description |
---|---|
display | This value can be set to change what string is displayed to the user. |
format | Format string associated with the DateTimePicker. |
time | Time to display. |
Constructors
Name | Description |
---|---|
DateTimeFormatEvent(String format, long time, String display) | Topic under construction. |
Topic under construction.