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