PVCSGetTask.

MaxDateTime Property

Summary

Gets or sets the maximum date and time of workfiles to retrieve.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSGetTask

Syntax

[TaskAttribute("maxdatetime", Required = false)]
[DateTimeValidator]
public DateTime MaxDateTime { get; set; }

Remarks

This is equivalent to the -d parameter to the pcli get command.

If this property has not yet been set, it will return DateTime.MaxValue.

Attributes

Type Description
TaskAttribute
DateTimeValidator

Value

Type Description
DateTime