バージョン

TaskWorkingHourViolationReason 列挙体

TaskWorkingHourViolation イベントが発生した理由を示す定数。
シンタックス
'宣言
 
Public Enum TaskWorkingHourViolationReason 
   Inherits System.Enum
public enum TaskWorkingHourViolationReason : System.Enum 
メンバ
メンバ解説
AddedToCollectionStartDateTime は稼働時間の範囲の以外である TaskTasksCollection に追加されました。
EndDateTimeタスクの EndDateTime プロパティは、非稼動時間範囲の値に設定されました。
None変数の初期化に使用されます。
StartDateTimeタスクの StartDateTime プロパティは、非稼動時間範囲の値に設定されました。
参照