次の方法で共有


UserInfo.DateTime Property

Date Time.Represents the attribte in schema: dateTime

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

Syntax

'宣言
<SchemaAttrAttribute(, "dateTime")> _
Public Property DateTime As DateTimeValue
    Get
    Set
'使用
Dim instance As UserInfo
Dim value As DateTimeValue

value = instance.DateTime

instance.DateTime = value
[SchemaAttrAttribute(, "dateTime")]
public DateTimeValue DateTime { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

UserInfo Class

UserInfo Members

DocumentFormat.OpenXml.Spreadsheet Namespace