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, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.