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

In This Topic
    DateTime Property (ExifProfile)
    In This Topic
    Gets or sets the date and time of image creation.
    Syntax
    'Declaration
     
    Public Property DateTime As System.Nullable(Of Date)
    public System.Nullable<DateTime> DateTime {get; set;}
    See Also