NFeIntegratorVencimentoDaLicenca Métodos | |
Retorna a data de vencimento da Licença, se o parametro cnpj estiver vazio será informada a data de vencimento do primeiro CNPJ
Namespace:
Vinco.iContNFe.NFeIntegratorInterOp
Assembly:
NFeIntegratorInterOp (in NFeIntegratorInterOp.dll) Versão: 1.22.0.2 (1.22.2.230)
Sintaxe public string VencimentoDaLicenca(
string cnpj
)
Public Function VencimentoDaLicenca (
cnpj As String
) As String
Parâmetros
- cnpj
- Tipo: SystemString
numero do CNPJ
Valor de Retorno
Tipo:
StringData de vencimento no formato dia/mes/ano
Implementa
INFeIntegratorVencimentoDaLicenca(String)Veja Também