Summary
Specifies that modification time should be written as the current time.
Only one of
NAnt.Contrib.Tasks.ClearCase.ClearCaseUpdate.CurrentTime
or NAnt.Contrib.Tasks.ClearCase.ClearCaseUpdate.PreserveTime
can be specified. The default is false
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .ClearCase - Containing Type
- ClearCaseUpdate
Syntax
[TaskAttribute("currenttime")]
[BooleanValidator()]
public bool CurrentTime { get; set; }
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |