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

In This Topic
    DateTimeDigitizedRaw Property
    In This Topic
    Gets or sets the date and time when the image was stored as digital data.

    The format is "YYYY:MM:DD HH:MM:SS" with time shown in 24-hour format, and the date and time separated by one blank character.

    Syntax
    'Declaration
     
    Public Property DateTimeDigitizedRaw As System.String
    public System.string DateTimeDigitizedRaw {get; set;}
    See Also