Compartilhar via


Task.ScheduledDurationTimeSpan property

Obtém o intervalo de tempo para a duração total do período útil ativo para a tarefa inserida ou calculado com base na data de início, a data de término, calendários e outros fatores de agendamento.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaração
<RemoteAttribute> _
Public ReadOnly Property ScheduledDurationTimeSpan As TimeSpan
    Get
'Uso
Dim instance As Task
Dim value As TimeSpan

value = instance.ScheduledDurationTimeSpan
[RemoteAttribute]
public TimeSpan ScheduledDurationTimeSpan { get; }

Property value

Type: System.TimeSpan
A duração agendada da tarefa.

Ver também

Referência

Task class

Task members

Microsoft.ProjectServer.Client namespace