DateGroupItem.Second Property

Second.Represents the attribte in schema: second

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "second")> _
Public Property Second As UInt16Value
    Get
    Set
'Usage
Dim instance As DateGroupItem
Dim value As UInt16Value

value = instance.Second

instance.Second = value
[SchemaAttrAttribute(, "second")]
public UInt16Value Second { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt16Value
Returns UInt16Value.

See Also

Reference

DateGroupItem Class

DateGroupItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace