ParseTimeSpan
ParseTimeSpan
Parses duration string in format “PT–H–M–S–”.
Returns: returns parsed instance of the TimeSpan struct.
ParseTimeSpan(const System::String & value)
| Parameter | Description |
|---|---|
| value | the specified string to parse. |
Parses duration string in format “PT–H–M–S–”.
Returns: returns parsed instance of the TimeSpan struct.
ParseTimeSpan(const System::String & value)
| Parameter | Description |
|---|---|
| value | the specified string to parse. |