Click or drag to resize
IReadOnlyPropertyAsDateTime Method
Overload List
  NameDescription
Public methodAsDateTime
Value converted to a nullable DateTime in the local timezone. If the value cannot be converted, an exception is thrown
Public methodCode exampleAsDateTime(DateTime)
Value converted to a DateTime in the local timezone using the default value if null. If the value cannot be converted, an exception is thrown
Top
See Also