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

In This Topic
    OffsetTimeDigitized 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.
    Syntax
    'Declaration
     
    Public Property OffsetTimeDigitized As System.Nullable(Of TimeSpan)
    public System.Nullable<TimeSpan> OffsetTimeDigitized {get; set;}
    See Also