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