de la propiedad FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_QUARTER
Obtiene o establece un valor de tipo integer que representa el orden de un trimestre especificado dentro del año fiscal.
Espacio de nombres: WebSvcAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property WFISCAL_QUARTER As Integer
Get
Set
'Uso
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As Integer
value = instance.WFISCAL_QUARTER
instance.WFISCAL_QUARTER = value
public int WFISCAL_QUARTER { get; set; }
Valor de propiedad
Tipo: System.Int32
Comentarios
Por ejemplo, octubre es el segundo trimestre en un año fiscal que comienza en julio.
Vea también
Referencia
clase FiscalPeriodDataSet.FiscalPeriodsRow