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

In This Topic
    DateTimeRaw Property
    In This Topic
    Gets or sets the date and time of image creation.

    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 DateTimeRaw As System.String
    public System.string DateTimeRaw {get; set;}
    See Also