public static ExtendedDateTime Parse(
string extendedDateTimeString
)
Dim extendedDateTimeString As String
Dim returnValue As ExtendedDateTime
returnValue = ExtendedDateTime.Parse(extendedDateTimeString)
public:
static ExtendedDateTime^ Parse(
String^ extendedDateTimeString
)
No code example is currently available or this language may not be supported.