DateGroupItem.Year Property
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.
Year
Represents the following attribute in the schema: year
[DocumentFormat.OpenXml.SchemaAttr(0, "year")]
public DocumentFormat.OpenXml.UInt16Value Year { get; set; }
public DocumentFormat.OpenXml.UInt16Value Year { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "year")]
public DocumentFormat.OpenXml.UInt16Value? Year { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("year")]
public DocumentFormat.OpenXml.UInt16Value? Year { get; set; }
public DocumentFormat.OpenXml.UInt16Value? Year { get; set; }
member this.Year : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "year")>]
member this.Year : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("year")>]
member this.Year : DocumentFormat.OpenXml.UInt16Value with get, set
Public Property Year As UInt16Value
Property Value
Returns UInt16Value.
- Attributes