
Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.XmlSerializableAttribute(MemberName="IsEnabled", MemberDefaultValue=True, JSFileNames="webinputeditor.js", Type=XmlSerializationType.ClientAndLayout)> <System.ComponentModel.DescriptionAttribute("Represents client datetime editor user interface.")> <System.SerializableAttribute()> Public Class DateTimeEditor Inherits ISNet.WebUI.ClientEditor Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DateTimeEditor |
C# | |
---|---|
[ISNet.Serialization.XmlSerializableAttribute(MemberName="IsEnabled", MemberDefaultValue=True, JSFileNames="webinputeditor.js", Type=XmlSerializationType.ClientAndLayout)] [System.ComponentModel.DescriptionAttribute("Represents client datetime editor user interface.")] [System.SerializableAttribute()] public class DateTimeEditor : ISNet.WebUI.ClientEditor, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate |
Delphi | |
---|---|
public class DateTimeEditor = class(ISNet.WebUI.ClientEditor, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate) |
JScript | |
---|---|
ISNet.Serialization.XmlSerializableAttribute(MemberName="IsEnabled", MemberDefaultValue=True, JSFileNames="webinputeditor.js", Type=XmlSerializationType.ClientAndLayout) System.ComponentModel.DescriptionAttribute("Represents client datetime editor user interface.") System.SerializableAttribute() public class DateTimeEditor extends ISNet.WebUI.ClientEditor implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate |
Managed Extensions for C++ | |
---|---|
[ISNet.Serialization.XmlSerializableAttribute(MemberName="IsEnabled", MemberDefaultValue=True, JSFileNames="webinputeditor.js", Type=XmlSerializationType.ClientAndLayout)] [System.ComponentModel.DescriptionAttribute("Represents client datetime editor user interface.")] [System.SerializableAttribute()] public __gc class DateTimeEditor : public ISNet.WebUI.ClientEditor, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate |
C++/CLI | |
---|---|
[ISNet.Serialization.XmlSerializableAttribute(MemberName="IsEnabled", MemberDefaultValue=True, JSFileNames="webinputeditor.js", Type=XmlSerializationType.ClientAndLayout)] [System.ComponentModel.DescriptionAttribute("Represents client datetime editor user interface.")] [System.SerializableAttribute()] public ref class DateTimeEditor : public ISNet.WebUI.ClientEditor, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, IHighLightCollaborate |
This editor can be activated when control has a datetime data type. DateTimeEditor and CalculatorEditor provide better User Interface and editing process. These editors are working well and have different behaviors (for edited data) when working with other feature. Calculator editor and datetime editor support both mouse and keyboard operations.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.ClientFeature
ISNet.WebUI.ClientEditor
ISNet.WebUI.WebControls.DateTimeEditor
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
Reference
DateTimeEditor MembersISNet.WebUI.WebControls Namespace
Concepts
EditorsTasks
How-to: Customize DateTime Editor access keytasks
How-to: Customize DateTime Editor dropdown displayHow-to: Customize DateTime Editor max and min year
How-to: Customize DateTime Editor user interface
How-to: Customize DateTime Editor holidays dates
How-to: Customize DateTime Editor Today is Text