←Select platform

DateToString Method

Summary

Converts a date / time value to a string using the current format.

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

Parameters

value

Input date / time value.

Return Value

The value converted to a string.

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.