←Select platform

DateToString Method

Summary

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

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

Parameters

value

Input date / time value.

Return Value

The value converted to a string.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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