←Select platform

DateFromString Method

Summary

Parses a date / time value stored in a string.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly