'Declaration Public Event PrepareTimeFormat As System.EventHandler(Of PrepareDateTimeFormatEventArgs)
public event System.EventHandler<PrepareDateTimeFormatEventArgs> PrepareTimeFormat
Event Data
The event handler receives an argument of type PrepareDateTimeFormatEventArgs containing data related to this event. The following PrepareDateTimeFormatEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DateTimeFormat | Contains information, such as date patterns, time patterns, and AM/PM designators. |
See Also