C#
VB
Java
C++
Parses a date / time value stored in a string.
public static DateTime DateFromString(
string value
)
Public Shared Function DateFromString(
ByVal value As String
) As Date
public:
static System::DateTime DateFromString(
String^ value
)
public static Date dateFromString(String value)
value
Input string containing a date / time value.
The value converted to a date / time.
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