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

In This Topic
    SubsecTime Property
    In This Topic
    Gets or sets the fractions of seconds for the DateTime tag.

    The value is between 0.0 and 1.0.

    Syntax
    'Declaration
     
    Public Property SubsecTime As System.Nullable(Of Double)
    public System.Nullable<double> SubsecTime {get; set;}
    See Also