IntervalType 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定間隔類型。
public enum class IntervalType
C#
public enum IntervalType
type IntervalType =
Public Enum IntervalType
- 繼承
Days | 4 | 間隔天數。 |
Hours | 5 | 間隔時數。 |
Milliseconds | 8 | 間隔毫秒數。 |
Minutes | 6 | 間隔分鐘數。 |
Months | 2 | 間隔月數。 |
Number | 0 | 數值間隔。 |
Seconds | 7 | 間隔秒數。 |
Weeks | 3 | 間隔週數。 |
Years | 1 | 間隔年數。 |
IntervalType列舉型別(enumeration)代表針對類別的某些和方法定義所使用的間隔和間隔位移型別 Group
InsertEmptyPoints
DataManipulator 。
產品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |