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

In This Topic
    OffsetTimeOriginalRaw Property
    In This Topic
    Gets or sets the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeOriginal tag.

    The format when recording the offset is "±HH:MM". The part of "±" shall be recorded as "+" or "-".

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