PFDataCollectionGetValueDateTime Method |
Name | Description | |
---|---|---|
GetValueDateTime(String) |
Gets a value in date and time format. Will try to convert the value if necessary.
Will return DateTime.MinValue if the value is null or could not be converted.
| |
GetValueDateTime(String, Boolean) |
Gets a value in date and time format. Will try to convert the value if necessary.
Will return DateTime.MinValue if the value is null or could not be converted, except if canBeNull is true.
|