[This is preliminary documentation and is subject to change.]
Attempts to parse the date time and returns the mindate if the parse fails.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static DateTime ParseApproximate( string str ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ParseApproximate ( _ str As String _ ) As DateTime |
| Visual C++ |
|---|
public: static DateTime ParseApproximate( String^ str ) |
Parameters
- str
- Type: System..::.String
The input string to be parsed
