Skip to main content
All docs
V26.1
  • XmpDate Members

    Constructors

    Name Description
    XmpDate() Initializes a new instance of the XmpDate class.
    XmpDate(DateTime, Nullable<XmpDatePrecision>) Initializes a new instance of the XmpDate class with specified settings.
    XmpDate(DateTimeOffset, Nullable<XmpDatePrecision>) Initializes a new instance of the XmpDate class with specified settings.

    Properties

    Name Description
    DateValue
    HasValue
    Now static
    Precision
    Qualifiers Inherited from XmpValue.
    UtcNow static

    Methods

    Name Description
    CompareTo(XmpDate)
    Equals(XmpDate)
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object)
    GetHashCode()
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString()
    TryParse(String, out XmpDate) static
    See Also