Summary
Gets an environment variable as a
TimeSpan
.
- Namespace
- Cake
.Common .Build .ContinuaCI - Containing Type
- ContinuaCIInfo
Syntax
protected TimeSpan? GetEnvironmentTimeSpan(string variable)
Parameters
Name | Type | Description |
---|---|---|
variable | string | The environment variable name. |
Return Value
Type | Description |
---|---|
TimeSpan? | The environment variable. |