public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
Sets the time for a one time patch deployment. Timestamp is in
RFC3339 text format.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of `OneTimeSchedule` is 2.4.0, while the displayed version is 1.6.0, and there are multiple versions between them."],["`OneTimeSchedule` is a class used to set the time for a one-time patch deployment, utilizing the RFC3339 timestamp format."],["The `OneTimeSchedule` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`OneTimeSchedule` class includes a constructor, public `OneTimeSchedule()`, and a property, public `Timestamp ExecuteTime { get; set; }`, to set the execution time of a patch job."]]],[]]