PlistElement.AsDate

public DateTime AsDate();

Returns

DateTime The value of the date element.

Description

Convenience function to convert to date.

The method is equivalent to ((PlistElementDate) el).value. Throws exception if the element is not PlistElementDate.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答