a mi también me dice que es de tipo Date. Entiendo que a todo el mundo debería decirle lo mismo, porque estamos importando el mismo wsdl:
Código:
'''<remarks/>
Public Property FechaHoraHusoGenRegistro() As Date
Get
Return Me.fechaHoraHusoGenRegistroField
End Get
Set
Me.fechaHoraHusoGenRegistroField = value
End Set
End Property
pero me traga cuando lo que le envío es un string:
Código:
CType(objectoFactEmitida.RegistroFactura(x).Item, RegistroFacturacionAnulacionType).FechaHoraHusoGenRegistro = Row.Item("FechaHoraHusoGenRegistro")
no sé a que puede ser debido, pero te facilitaría mucho si te dejara!