ArcGIS Pro 2.8 API Reference Guide
GenerateDateString Method

ArcGIS.Desktop.Workflow.WorkflowPane.QueryBuilder Namespace > JTXUtilities Class : GenerateDateString Method
The date string
A boolean indicating if should do a full database format, or trim the string
Parse a Date string that is returned by a specified database into a DateTime object
Syntax
public static DateTime GenerateDateString( 
   int connectionType,
   string strDBMSDateTime,
   bool bFullFormat
)
Public Shared Function GenerateDateString( _
   ByVal connectionType As Integer, _
   ByVal strDBMSDateTime As String, _
   ByVal bFullFormat As Boolean _
) As Date

Parameters

connectionType
strDBMSDateTime
The date string
bFullFormat
A boolean indicating if should do a full database format, or trim the string
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

JTXUtilities Class
JTXUtilities Members