VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebPpnBarcodeValueJS type / set_ExpiryDate Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ExpiryDate Method
    In This Topic
    Sets the Expiry date.
    Syntax
    var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_ExpiryDate(value);
    
    
    function set_ExpiryDate(
    value
    The Expiry date.
    : string
    ) : any;

    Parameters

    value
    The Expiry date.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also