←Select platform

DateToString Method (ObjectCache)

Summary

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

Syntax

C#
VB
Java
C++
public static string DateToString( 
   System.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize