PhotoImportSubfolderDateFormat 枚举

定义

指定照片导入操作的子文件夹的日期格式。

public enum class PhotoImportSubfolderDateFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class PhotoImportSubfolderDateFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum PhotoImportSubfolderDateFormat
var value = Windows.Media.Import.PhotoImportSubfolderDateFormat.year
Public Enum PhotoImportSubfolderDateFormat
继承
PhotoImportSubfolderDateFormat
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

字段

Year 0

日期格式指定年份。

YearMonth 1

日期格式指定年和月。

YearMonthDay 2

日期格式指定年、月和日。

适用于