GlobalClass.TimescaledData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual object TimescaledData (int TaskID, int ResourceID, object StartDate, object EndDate, Microsoft.Office.Interop.MSProject.PjTimescaledData Type = Microsoft.Office.Interop.MSProject.PjTimescaledData.pjWork, Microsoft.Office.Interop.MSProject.PjTimescaleUnit TimeScaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, object Count);
abstract member TimescaledData : int * int * obj * obj * Microsoft.Office.Interop.MSProject.PjTimescaledData * Microsoft.Office.Interop.MSProject.PjTimescaleUnit * obj -> obj
override this.TimescaledData : int * int * obj * obj * Microsoft.Office.Interop.MSProject.PjTimescaledData * Microsoft.Office.Interop.MSProject.PjTimescaleUnit * obj -> obj
Public Overridable Function TimescaledData (TaskID As Integer, ResourceID As Integer, StartDate As Object, EndDate As Object, Optional Type As PjTimescaledData = Microsoft.Office.Interop.MSProject.PjTimescaledData.pjWork, Optional TimeScaleUnit As PjTimescaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, Optional Count As Object) As Object
Parameters
- TaskID
- Int32
- ResourceID
- Int32
- StartDate
- Object
- EndDate
- Object
- Type
- PjTimescaledData
- TimeScaleUnit
- PjTimescaleUnit
- Count
- Object