Create your first automation in just a few minutes.Try Studio Web →
by Novigo Solutions
5
Snippet
<100
Summary
Summary
This workflow converts the datatype of a specified column from String to DateTime
Overview
Overview
This Snippet requires the following 3 arguments:
1. io_InputDataTable (DataTable): The Datatable whose column type to be changed to DateTime. Required
2. in_ColumnNameOrIndex (Generic): Name or index of the column whose data type to be changed to DateTime. Required
3. in_DateFormat (String): Format of the date present in string type. (Ex: ddMMyyy) Required
Features
Features
This workflow will convert the given column to DateTime based on the date format provided. When you write as range the output DataTable, the converted column datatype will be reflected in the Excel sheet. Either column name or column index can be given as input.
Additional Information
Additional Information
Dependencies
UiPath.System.Activities
Code Language
Visual Basic
Technical
Version
1.0.0Updated
July 14, 2020Works with
Studio: 18.4.1 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources