FileInformation.DateCreated 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得建立檔案的日期。
public:
property DateTime DateCreated { DateTime get(); };
DateTime DateCreated();
public System.DateTimeOffset DateCreated { get; }
var dateTime = fileInformation.dateCreated;
Public ReadOnly Property DateCreated As DateTimeOffset
屬性值
檔案建立日期。
實作
備註
如果未設定 date 屬性,這個值會預設為 0,以不同的程式設計語言轉譯成誤導的日期。 例如,在 JavaScript 中,0 會轉譯為 1600 年 12 月 16 日。 您應該一律檢查此屬性是否為實際值,而不是 0。