Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property DateEnt As Date |
| C# |
|---|
| public DateTime DateEnt { get; set; } |
| C++ |
|---|
| public property DateTime DateEnt sealed { DateTime get(); void set(DateTime value); } |
| J# |
|---|
| /** property */ public DateTime get_DateEnt(); /** property */ public void set_DateEnt(DateTime value); |
| JScript |
|---|
| public function get DateEnt() : DateTime public function set DateEnt(value : DateTime); |