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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWeeklyMaintenanceWindow\u003c/code\u003e class defines a time frame for disruptive maintenance updates, with non-disruptive updates occurring at any time.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 3.5.0, but there are other versions available from 2.2.0 up to the latest one.\u003c/p\u003e\n"],["\u003cp\u003eThe class is implemented by \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces and contains methods for a \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eDay\u003c/code\u003e (the day of the week for updates), \u003ccode\u003eDuration\u003c/code\u003e (fixed at 1 hour), and \u003ccode\u003eStartTime\u003c/code\u003e (start time in UTC).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the class, a default one, and one that takes another \u003ccode\u003eWeeklyMaintenanceWindow\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]