ClearCaseUpdate.

CurrentTime Property

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.

Syntax

[TaskAttribute("currenttime")]
[BooleanValidator()]
public bool CurrentTime { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool