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