public sealed class WeeklyMaintenanceWindow : IMessage<WeeklyMaintenanceWindow>, IEquatable<WeeklyMaintenanceWindow>, IDeepCloneable<WeeklyMaintenanceWindow>, IBufferMessage, IMessage
Time window in which disruptive maintenance updates occur. Non-disruptive
updates can occur inside or outside this window.
[[["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-03-21 UTC."],[[["The `WeeklyMaintenanceWindow` class defines a time frame for disruptive maintenance updates, with non-disruptive updates occurring at any time."],["The latest version is 3.5.0, but there are other versions available from 2.2.0 up to the latest one."],["The class is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and contains methods for a `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["Key properties of the class include `Day` (the day of the week for updates), `Duration` (fixed at 1 hour), and `StartTime` (start time in UTC)."],["There are two constructors for the class, a default one, and one that takes another `WeeklyMaintenanceWindow` object as a parameter."]]],[]]