CatalogItem.CreationDate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得該項目加入 SharePoint 文件庫 的日期和時間。
public:
property DateTime CreationDate { DateTime get(); void set(DateTime value); };
public DateTime CreationDate { get; set; }
member this.CreationDate : DateTime with get, set
Public Property CreationDate As DateTime
屬性值
一個DateTime包含該項目加入 SharePoint 文件庫 的日期和時間的值。
備註
該值以報告伺服器運行的電腦的本地時間儲存。 所有日期與時間資訊皆依據國際標準化組織(ISO)8601標準格式化。
屬性的值 CreationDate 有一個相應 CreationDateSpecified 屬性,指示該屬性是否應從網路服務呼叫中省略。
欲了解更多關於省略屬性的資訊,請參閱「 可選網路服務物件的省略值」。