FileTimestamp Enum

Summary

Defines how the local timestamp of files retrieved from a SourceSafe database should be set.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SourceSafe
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["FileTimestamp"] class Type type-node

Syntax

public enum FileTimestamp

Fields

Name Constant Value Summary
Current 1
The timestamp of the local file is set to the current date and time.
static
Modified 2
The timestamp of the local file is set to the file's last modification date and time.
static
Updated 3
The timestamp of the local file is set to the date and time that the file was last checked in to the database.
static