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!

DateTimeFormatInfo.Clone

Creates a shallow copy of this instance and sets its ReadOnly field to false.

[Visual Basic]
Overridable Public Function Clone() As Object
[C#]
public virtual object Clone();
[C++]
public: virtual Object* Clone();
[JScript]
public function Clone() : Object;

Remarks

The properties of the DateTimeFormatInfo object that is created by this method can be modified, if user-defined formatting is desired.

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace