Intersoft WebInput Documentation
DateTimeEditor Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : DateTimeEditor Class






Glossary Item Box

Represents client datetime editor user interface. Represents client datetime editor user interface.

Object Model

DateTimeEditor Class

Syntax

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)Copy Code
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  

Remarks

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.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.ClientFeature
         ISNet.WebUI.ClientEditor
            ISNet.WebUI.WebControls.DateTimeEditor

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.