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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.