DateTimeFormatEvent Class

DateTimeFormatEvent Class

This Package | All Packages

Event
  |
  +--DateTimeFormatEvent
public class DateTimeFormatEvent
extends Event

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.

Fields

DateTimeFormatEvent.display

Syntax
public String display;
Description
This value can be set to change what string is displayed to the user.

DateTimeFormatEvent.format

Syntax
public final String format;
Description
Format string associated with the DateTimePicker.

DateTimeFormatEvent.time

Syntax
public final long time;
Description
Time to display.

Constructors

DateTimeFormatEvent.DateTimeFormatEvent

Syntax
public DateTimeFormatEvent( String format, long time, String display );
Description

Topic under construction.