Operator Explicit
| Improve this Doc View SourceExplicit(_TimeSpan to _String)
Declaration
public static explicit operator _String(_TimeSpan x)
Parameters
| Type | Name | Description |
|---|---|---|
| _TimeSpan | x | A _TimeSpan object. |
Returns
| Type | Description |
|---|---|
| _String | A _String expression which contains the result. |
Explicit(_String to _TimeSpan)
Declaration
public static explicit operator _TimeSpan(_String x)
Parameters
| Type | Name | Description |
|---|---|---|
| _String | x | A _String object. |
Returns
| Type | Description |
|---|---|
| _TimeSpan | A _TimeSpan expression which contains the result. |