FiscalYearDataSet.FiscalYearsRow.WFISCAL_PERIOD_FINISH_DATE Property
Gets or sets the end date of the fiscal period.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Property WFISCAL_PERIOD_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As FiscalYearDataSet.FiscalYearsRow
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
FiscalYearDataSet.FiscalYearsRow Class