Wrapper class for System.DateTime, which allows implementing persistable DateTime collections
like DateTimeCollection.
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public class KaxDate : PropertiesObject, IClientData
Public Class KaxDate
Inherits PropertiesObject
Implements IClientData
public ref class KaxDate : public PropertiesObject,
IClientData
type KaxDate =
class
inherit PropertiesObject
interface IClientData
end
The KaxDate type exposes the following members.
Constructors Methods Properties
| Name | Description |
---|
| Date |
The System.DateTime represented by this KaxDate wrapper class.
|
TopSee Also