Share via


DateGroupItem.Second Property

Definition

Second

Represents the following attribute in the schema: second

[DocumentFormat.OpenXml.SchemaAttr(0, "second")]
public DocumentFormat.OpenXml.UInt16Value Second { get; set; }
public DocumentFormat.OpenXml.UInt16Value Second { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "second")]
public DocumentFormat.OpenXml.UInt16Value? Second { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("second")]
public DocumentFormat.OpenXml.UInt16Value? Second { get; set; }
public DocumentFormat.OpenXml.UInt16Value? Second { get; set; }
member this.Second : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "second")>]
member this.Second : DocumentFormat.OpenXml.UInt16Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("second")>]
member this.Second : DocumentFormat.OpenXml.UInt16Value with get, set
Public Property Second As UInt16Value

Property Value

Returns UInt16Value.

Attributes

Applies to