ResourceDataSet.CalendarExceptionsRow.Shift3Start - Propriété
Spécifie la minute de la journée qui démarre la troisième travail d'équipe.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property Shift3Start As Integer
Get
Set
'Utilisation
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift3Start
instance.Shift3Start = value
public int Shift3Start { get; set; }
Valeur de propriété
Type : System.Int32
Remarques
Par exemple, 08:00:00 est représenté par 480.
Chaque exception de calendrier peut spécifier jusqu'à cinq équipes de travail.
Voir aussi
Référence
ResourceDataSet.CalendarExceptionsRow classe
ResourceDataSet.CalendarExceptionsRow - Membres