Compartir a través de


del método StatusFreq.GetPeriodsForDateSpan

Obtiene los períodos de informe de estado que abarcan el inicial y la fecha final.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
Public Function GetPeriodsForDateSpan ( _
    start As DateTime, _
    end As DateTime _
) As ArrayList
'Uso
Dim instance As StatusFreq
Dim start As DateTime
Dim end As DateTime
Dim returnValue As ArrayList

returnValue = instance.GetPeriodsForDateSpan(start, _
    end)
public ArrayList GetPeriodsForDateSpan(
    DateTime start,
    DateTime end
)

Parámetros

Valor devuelto

Tipo: System.Collections.ArrayList
Los períodos de estado que abarcan las fechas especificadas.

Vea también

Referencia

clase StatusFreq

Miembros StatusFreq

Espacio de nombres Microsoft.Office.Project.Server.Library