API Reference

Class

LegacyXlsPivotDateTimeValue

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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.

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 requiredposition: 0
month System.UInt16 requiredposition: 1
day System.Byte requiredposition: 2
hour System.Byte requiredposition: 3
minute System.Byte requiredposition: 4
second System.Byte requiredposition: 5

Methods

public override String ToString() #
Returns: String

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.