This class only wraps .NET DateTimeFormatInfo class.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DefaultPropertyAttribute("IsEnabled")>
<System.SerializableAttribute()>
Public Class DateTimeFormatInfoWrapper
Inherits ISNet.WebUI.WebUIBaseClass
Implements ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultPropertyAttribute("IsEnabled")]
[System.SerializableAttribute()]
public class DateTimeFormatInfoWrapper : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Delphi | |
---|
public class DateTimeFormatInfoWrapper = class(ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize) |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.DefaultPropertyAttribute("IsEnabled")
System.SerializableAttribute()
public class DateTimeFormatInfoWrapper extends ISNet.WebUI.WebUIBaseClass implements ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultPropertyAttribute("IsEnabled")]
[System.SerializableAttribute()]
public __gc class DateTimeFormatInfoWrapper : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DefaultPropertyAttribute("IsEnabled")]
[System.SerializableAttribute()]
public ref class DateTimeFormatInfoWrapper : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Inheritance Hierarchy
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.WebControls.DateTimeFormatInfoWrapper
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also