←Select platform

DateFromString Method

Summary

Parses a date / time value stored in a string.

Syntax
C#
C++/CLI
Java
Python
public static DateTime DateFromString( 
   string value 
) 
public:  
   static System::DateTime DateFromString( 
      String^ value 
   ) 
public static Date dateFromString(String value) 
def DateFromString(self,value): 

Parameters

value

Input string containing a date / time value.

Return Value

The value converted to a date / time.

Requirements

Target Platforms

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

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.