Click or drag to resize
KaxDate Class
Wrapper class for System.DateTime, which allows implementing persistable DateTime collections like DateTimeCollection.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.Calendar.PersistencePropertiesObject
    Kettic.AspNet.ControlsKaxDate

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxDate : PropertiesObject, IClientData

The KaxDate type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetClientData
Top
Properties
  NameDescription
Public propertyDate
The System.DateTime represented by this KaxDate wrapper class.
Top
See Also