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

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