Show / Hide Table of Contents

Class ExifDateTime

Represents an ASCII string formatted as DateTime. (EXIF Specification: ASCII) Used for date time fields.

Inheritance
System.Object
ExifProperty
ExifDateTime
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifDateTime : ExifProperty

Constructors

| Improve this Doc View Source

ExifDateTime(ExifTag, DateTime)

Declaration
public ExifDateTime(ExifTag tag, DateTime value)
Parameters
Type Name Description
ExifTag tag
System.DateTime value

Fields

| Improve this Doc View Source

mValue

Declaration
protected DateTime mValue
Field Value
Type Description
System.DateTime

Properties

| Improve this Doc View Source

_Value

Declaration
protected override object _Value { get; set; }
Property Value
Type Description
System.Object
Overrides
ExifProperty._Value
| Improve this Doc View Source

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public DateTime Value { get; set; }
Property Value
Type Description
System.DateTime

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(ExifDateTime to DateTime)

Declaration
public static implicit operator DateTime(ExifDateTime obj)
Parameters
Type Name Description
ExifDateTime obj
Returns
Type Description
System.DateTime
Back to top Copyright © 2019 Özgür Özçıtak