Click or drag to resize

DateTimeVersion Class

A revision specifier that is a date and time.
Inheritance Hierarchy
SystemObject
  Perforce.P4VersionSpec
    Perforce.P4DateTimeVersion

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax
public class DateTimeVersion : VersionSpec

The DateTimeVersion type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeVersion(DateTime)
Initializes a new instance of the DateTimeVersion class
Public methodDateTimeVersion(String)
Initializes a new instance of the DateTimeVersion class
Top
Properties
  NameDescription
Public propertyVersion
get Version as date/time
Top
Methods
  NameDescription
Public methodEquals
Equals method for for DateTimeVersion
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
ToString method for for DateTimeVersion
(Overrides VersionSpecToString.)
Top
See Also