|
Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Simple wrapper around DateTime that makes sure to always use the invariant culture. More...
Public Member Functions | |
| MyDate (DateTime dt) | |
| override string | ToString () |
Properties | |
| DateTime | DateTime [get] |
Simple wrapper around DateTime that makes sure to always use the invariant culture.
Definition at line 62 of file DateColumn.cs.
| MockPlugin.SampleListColumns.MyDate.MyDate | ( | DateTime | dt | ) |
| override string MockPlugin.SampleListColumns.MyDate.ToString | ( | ) |
Definition at line 70 of file DateColumn.cs.
References DateTime.
|
get |