←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly