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

In This Topic
    OffsetTimeDigitizedRaw 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 DateTimeDigitized tag.

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

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