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!

DateTimeConverter Class

Provides a type converter to convert DateTime objects to and from various other representations.

Object
   TypeConverter
      DateTimeConverter

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace