次の方法で共有


ReportingPostTimesheetPeriodChangedEventArgs コンストラクター (Guid, DateTime, DateTime, String, TimesheetEnum.PeriodState)

ReportingPostTimesheetPeriodChangedEventArgsクラスのインスタンスが作成されます。内部的に使用されます。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Sub New ( _
    periodGuid As Guid, _
    periodStartDate As DateTime, _
    periodEndDate As DateTime, _
    periodName As String, _
    periodStatus As TimesheetEnum.PeriodState _
)
'使用
Dim periodGuid As Guid
Dim periodStartDate As DateTime
Dim periodEndDate As DateTime
Dim periodName As String
Dim periodStatus As TimesheetEnum.PeriodState

Dim instance As New ReportingPostTimesheetPeriodChangedEventArgs(periodGuid, _
    periodStartDate, periodEndDate, _
    periodName, periodStatus)
public ReportingPostTimesheetPeriodChangedEventArgs(
    Guid periodGuid,
    DateTime periodStartDate,
    DateTime periodEndDate,
    string periodName,
    TimesheetEnum.PeriodState periodStatus
)

パラメーター

  • periodGuid
    型: System.Guid

    変更するタイムシート期間の GUID を指定します。

  • periodStartDate
    型: System.DateTime

    変更するタイムシート期間の開始日です。

  • periodEndDate
    型: System.DateTime

    変更するタイムシート期間の終了日です。

  • periodName
    型: System.String

    変更するタイムシート期間の一意の名前。

関連項目

参照先

ReportingPostTimesheetPeriodChangedEventArgs クラス

ReportingPostTimesheetPeriodChangedEventArgs メンバー

ReportingPostTimesheetPeriodChangedEventArgs オーバーロード

Microsoft.Office.Project.Server.Events 名前空間