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

In This Topic
    OffsetTimeRaw 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 DateTime tag.

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

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