VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PDF417StructuredAppendCharacter Class / TimeStamp Property
Syntax Remarks Requirements SeeAlso
In This Topic
    TimeStamp Property (PDF417StructuredAppendCharacter)
    In This Topic
    Gets or sets the Time Stamp optional field.
    Syntax
    'Declaration
    
    Public Property TimeStamp As Long
    
    
    public long TimeStamp { get; set; }
    
    
    public: __property long get_TimeStamp();
    public: __property void set_TimeStamp(
    long value
    );
    public:
    property long TimeStamp { long get(); void set(long value); }
    Remarks

    Indicates the time stamp on the source file expressed as the elapsed time in seconds since 1970:01:01:00:00:00 GMT.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also