NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatEventArgs Class

The DateTimeFormatEventArgs is fired when the DateTimePicker is formatting time to display to the user.

Object
   EventArgs
      DateTimeFormatEventArgs

[Visual Basic]
Public Class DateTimeFormatEventArgs
   Inherits EventArgs
[C#]
public class DateTimeFormatEventArgs : EventArgs
[C++]
public __gc class DateTimeFormatEventArgs : public EventArgs
[JScript]
public class DateTimeFormatEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DateTimeFormatEventArgs Members | System.WinForms Namespace