UpdateUnit Enum
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.
Specifies the units for the update interval.
public enum class UpdateUnit
[System.Runtime.InteropServices.ComVisible(false)]
public enum UpdateUnit
[<System.Runtime.InteropServices.ComVisible(false)>]
type UpdateUnit =
Public Enum UpdateUnit
- Inheritance
-
UpdateUnit
- Attributes
Fields
Name | Value | Description |
---|---|---|
Hours | 0 | Update interval is in hours. |
Days | 1 | Update interval is in days. |
Weeks | 2 | Update interval is in weeks. |