ClearCaseUpdate.

PreserveTime Property

Summary

Specifies that modification time should preserved from the VOB 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("preservetime")]
[BooleanValidator()]
public bool PreserveTime { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool