PSDataTable.GetColumnAsDateTime Method
Include Protected Members
Include Inherited Members
Gets the DateTime value of a column in a DataRow object.
Overload List
Name | Description | |
---|---|---|
GetColumnAsDateTime(DataRow, String) | Gets the DateTime value of the specified column in a DataRow object. | |
GetColumnAsDateTime(DataRow, String, DateTime) | Gets the DateTime value of the specified column in a DataRow object, or a default value. |
Top