DateTimeUserStringEvent Class

DateTimeUserStringEvent Class

This Package | All Packages

Event
  |
  +--DateTimeUserStringEvent
public class DateTimeUserStringEvent
extends Event

The DateTimeUserStringEvent is fired when the DateTimePicker needs to parse a user-entered string.

Fields
Name Description
time The time that userString represents.
userString The string the user entered.

Constructors
Name Description
DateTimeUserStringEvent(String userString, long time) Topic under construction.

Fields

DateTimeUserStringEvent.time

Syntax
public long time;
Description
The time that userString represents.

DateTimeUserStringEvent.userString

Syntax
public final String userString;
Description
The string the user entered.

Constructors

DateTimeUserStringEvent.DateTimeUserStringEvent

Syntax
public DateTimeUserStringEvent( String userString, long time );
Description

Topic under construction.