Optional. Represents the number of days before or after the given week day
of month that the patch deployment is scheduled for. For example if
week_ordinal and day_of_week values point to the second day of the
month and this day_offset value is set to 3, the patch deployment takes
place three days after the second Tuesday of the month. If this value is
negative, for example -5, the patches are deployed five days before before
the second Tuesday of the month. Allowed values are in range [-30, 30].
[[["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."],[[["Version 2.4.0 is the latest release, with other versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and older ones."],["The `WeekDayOfMonth` class represents a specific weekday within a month, like \"the 4th Sunday,\" inheriting from the base Object class and implementing several interfaces."],["`WeekDayOfMonth` objects are constructed using either an empty constructor or by copying from another `WeekDayOfMonth` instance."],["Key properties of `WeekDayOfMonth` include `DayOffset`, which adjusts the deployment date relative to the specified weekday, `DayOfWeek`, indicating the day of the week, and `WeekOrdinal`, specifying the week's position in the month."],["The `WeekDayOfMonth` is a part of the `Google.Cloud.OsConfig.V1` namespace and is defined within the `Google.Cloud.OsConfig.V1.dll` assembly."]]],[]]