XlTimeUnit 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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates units of time measurement.
public enum class XlTimeUnit
[System.Runtime.InteropServices.Guid("14710A1D-071F-4BFF-B1C2-4BEF5E8B2CEA")]
public enum XlTimeUnit
[<System.Runtime.InteropServices.Guid("14710A1D-071F-4BFF-B1C2-4BEF5E8B2CEA")>]
type XlTimeUnit =
Public Enum XlTimeUnit
- Inheritance
-
XlTimeUnit
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlDays | 0 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies Day units. |
xlMonths | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies Month units. |
xlYears | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies Year units. |