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

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