Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / DateTimeOriginal Property

In This Topic
    DateTimeOriginal Property
    In This Topic
    Gets or sets the date and time when the original image data was generated.
    Syntax
    'Declaration
     
    Public Property DateTimeOriginal As System.Nullable(Of Date)
    public System.Nullable<DateTime> DateTimeOriginal {get; set;}
    See Also