BasicProperties.ItemDate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得專案最相關的日期。
public:
property DateTime ItemDate { DateTime get(); };
DateTime ItemDate();
public System.DateTimeOffset ItemDate { get; }
var dateTime = basicProperties.itemDate;
Public ReadOnly Property ItemDate As DateTimeOffset
屬性值
專案的日期。
系統會根據專案的類型判斷最相關的日期。 例如,如果專案是相片,則會傳回 System.Photo.DateTaken 中的日期。 或者,如果專案是歌曲,則會傳回 System.Media.DateReleased 中的日期。
備註
此屬性可讓您取得專案最相關的日期,而不需要存取專案特定屬性。