IModelGetter.GetItemDateTime Method
.NET Standard 2.x
Gets the value of the specified column (by column number/name) and converts this value to the System.Nullable<System.DateTime>
data type. You can specify whether to get the original value. By default, the current value is taken.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
GetItemDateTime(short column, bool isOriginalValue = false) | Gets the value of the specified column (by column number) and converts this value to the System.Nullable<System.DateTime> data type. You can specify whether to get the original value. By default, the current value is taken. |
GetItemDateTime(string column, bool isOriginalValue = false) | Gets the value of the specified column (by column name) and converts this value to the System.Nullable<System.DateTime> data type. You can specify whether to get the original value. By default, the current value is taken. |