Click or drag to resize

PFDataCollectionGetValueDateTimeOffset Method

Overload List
  NameDescription
Public methodGetValueDateTimeOffset(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.
Protected methodGetValueDateTimeOffset(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.
Top
See Also