Condividi tramite


FiscalPeriodDataSet.FiscalPeriodsRow.WFISCAL_PERIOD_FINISH_DATE property

Gets or sets the end date of the fiscal period.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WFISCAL_PERIOD_FINISH_DATE As DateTime
    Get
    Set
'Usage
Dim instance As FiscalPeriodDataSet.FiscalPeriodsRow
Dim value As DateTime

value = instance.WFISCAL_PERIOD_FINISH_DATE

instance.WFISCAL_PERIOD_FINISH_DATE = value
public DateTime WFISCAL_PERIOD_FINISH_DATE { get; set; }

Property value

Type: System.DateTime

See also

Reference

FiscalPeriodDataSet.FiscalPeriodsRow class

FiscalPeriodDataSet.FiscalPeriodsRow members

WebSvcAdmin namespace