←Select platform

DateFromString Method

Summary

Parses a date / time value stored in a string.

Syntax
C#
VB
C++
Java
public static DateTime DateFromString( 
   string value 
) 
Public Shared Function DateFromString( 
   ByVal value As String 
) As Date 
public:  
   static System::DateTime DateFromString( 
      String^ value 
   ) 
public static Date dateFromString(String value) 

Parameters

value

Input string containing a date / time value.

Return Value

The value converted to a date / time.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly