Resource.TimeScaleData 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 Microsoft.Office.Interop.MSProject.TimeScaleValues TimeScaleData (object StartDate, object EndDate, Microsoft.Office.Interop.MSProject.PjResourceTimescaledData Type = Microsoft.Office.Interop.MSProject.PjResourceTimescaledData.pjResourceTimescaledWork, Microsoft.Office.Interop.MSProject.PjTimescaleUnit TimeScaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, int Count = 1);
abstract member TimeScaleData : obj * obj * Microsoft.Office.Interop.MSProject.PjResourceTimescaledData * Microsoft.Office.Interop.MSProject.PjTimescaleUnit * int -> Microsoft.Office.Interop.MSProject.TimeScaleValues
Public Function TimeScaleData (StartDate As Object, EndDate As Object, Optional Type As PjResourceTimescaledData = Microsoft.Office.Interop.MSProject.PjResourceTimescaledData.pjResourceTimescaledWork, Optional TimeScaleUnit As PjTimescaleUnit = Microsoft.Office.Interop.MSProject.PjTimescaleUnit.pjTimescaleWeeks, Optional Count As Integer = 1) As TimeScaleValues
Parameters
- StartDate
- Object
- EndDate
- Object
- TimeScaleUnit
- PjTimescaleUnit
- Count
- Int32