DateTimeFormatEvent Class

Methods | Fields | This Package | All Packages

Provides data for the format event of the DateTimePicker control.

Event
  |
  +--DateTimeFormatEvent

package com.ms.wfc.ui

public class DateTimeFormatEvent
extends
Event****

Remarks

The format event occurs when the DateTimePicker control needs to convert the time value to a string format to display. A DateTimeFormatEvent specifies which key was pressed to trigger the event, which custom date and time format the DateTimePicker control is using, and what string to display to the user.

For information about the WFC event model, see .