C#
VB
Java
C++
Converts a date / time value to a string using the current format.
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)
value
Input date / time value.
The value converted to a string.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET