| DateHelperParseDateTimeField Method |
Assuming the value represents a date or date/time returned by a query, parses the timestamp and converts it to a local date/time.
Namespace:
Intuit.Ipp.Utility
Assembly:
Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static DateTime ParseDateTimeField(
string value
)
Parameters
- value
- Type: SystemString
the time stamp returned by the query
Return Value
Type:
DateTimethe local time or date represented by the time stamp, or DateTime.MinValue if not a valid time stamp
See Also