Class InfoInterm
Informações relativas ao trabalho intermitente.
Inheritance
System.Object
InfoInterm
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfoInterm
Properties
Dia
Dia do mês efetivamente trabalhado pelo empregado com contrato de trabalho intermitente. Caso não tenha havido trabalho no mês, informar 0 (zero). Validação: Deve ser um número entre 0 e 31, de acordo com o calendário anual. Retornar alerta caso seja informado 0 (zero).
Declaration
public int Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |