API Reference
Class
LegacyXlsPivotDateTimeValue
Describes an SXDtr date/time value attached to legacy XLS PivotCache grouping metadata.
Inheritance
- Object
- LegacyXlsPivotDateTimeValue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LegacyXlsPivotDateTimeValue(UInt16 year, UInt16 month, Byte day, Byte hour, Byte minute, Byte second) #Creates a PivotCache date/time value.
Parameters
- year System.UInt16
- month System.UInt16
- day System.Byte
- hour System.Byte
- minute System.Byte
- second System.Byte
Methods
public override String ToString() #Returns:
StringInherited Methods
Properties
public UInt16 Year { get; } #Gets the year component.
public UInt16 Month { get; } #Gets the month component.
public Byte Day { get; } #Gets the day-of-month component, or zero for time-only cache values.
public Byte Hour { get; } #Gets the hour component.
public Byte Minute { get; } #Gets the minute component.
public Byte Second { get; } #Gets the second component.