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