SlideSyncProperties.ClientInsertedTime 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
客户端幻灯片插入日期/时间
表示架构中的以下属性:clientInsertedTime
[DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue ClientInsertedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue ClientInsertedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clientInsertedTime")]
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
public DocumentFormat.OpenXml.DateTimeValue? ClientInsertedTime { get; set; }
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clientInsertedTime")>]
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clientInsertedTime")>]
member this.ClientInsertedTime : DocumentFormat.OpenXml.DateTimeValue with get, set
Public Property ClientInsertedTime As DateTimeValue
属性值
返回 DateTimeValue。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
在客户端演示文稿中插入基于服务器的幻灯片的日期和时间。 此字段仅用于提供信息,以便用户可以知道幻灯片的插入时间。
日期/时间以 ISO 8061 格式存储。
请注意, clientInsertedTime
在此 UI 中使用 来向用户提供有关何时从幻灯片库插入幻灯片的信息。
26d43976-b55a-43db-babe-cc51fde24af6
此属性的可能值由 XML 架构 dateTime
数据类型定义。