Click or drag to resize

PFDataCollectionGetValueDateTime Method

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