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