SyndicationFeedFormatter.DateTimeParser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate that is used by the SyndicationFeedFormatter class for converting XmlDateTimeData string data to DateTimeOffset.
public:
property System::ServiceModel::Syndication::TryParseDateTimeCallback ^ DateTimeParser { System::ServiceModel::Syndication::TryParseDateTimeCallback ^ get(); void set(System::ServiceModel::Syndication::TryParseDateTimeCallback ^ value); };
public System.ServiceModel.Syndication.TryParseDateTimeCallback DateTimeParser { get; set; }
member this.DateTimeParser : System.ServiceModel.Syndication.TryParseDateTimeCallback with get, set
Public Property DateTimeParser As TryParseDateTimeCallback
Property Value
The TryParseDateTimeCallback that is used for converting string data from XmlDateTimeData to a DateTimeOffset instance.
Remarks
The default callback is specific to each implementation of SyndicationFeedFormatter.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.