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