[This is preliminary documentation and is subject to change.]
Converts the screen date to tracker udf date format. Tracker udf date
is always stored in MM/dd/yyyy format
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static string ConvertToTrackerUdfDate( string inDate ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function ConvertToTrackerUdfDate ( _ inDate As String _ ) As String |
| Visual C++ |
|---|
public: static String^ ConvertToTrackerUdfDate( String^ inDate ) |
Parameters
- inDate
- Type: System..::.String
The date from the screen
