PropertyValue.CreateDateTime(DateTime) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从日期和时间值创建属性值。
public:
static Platform::Object ^ CreateDateTime(DateTime value);
static IInspectable CreateDateTime(DateTime const& value);
public static object CreateDateTime(System.DateTimeOffset value);
function createDateTime(value)
Public Shared Function CreateDateTime (value As DateTimeOffset) As Object
参数
- value
- DateTime DateTimeOffset
要存储在属性值中的值。
返回
属性值。