←Select platform

DateToString Method

Summary

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

Syntax

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

Leadtools.Caching Assembly