Reads the property as a time span.
| Overload | Description |
|---|---|
| Get(string) | Reads the property as a string. |
| Get(string,bool) | Reads the property as a boolean. |
| Get(string,double) | Reads the property as a double. |
| Get(string,float) | Reads the property as a float. |
| Get(string,int) | Reads the property as an integer. |
| Get(string,string) | Reads the property as a string. |
| Get(string,TimeSpan) | Reads the property as a time span. |