public sealed class MonthlySchedule : IMessage<MonthlySchedule>, IEquatable<MonthlySchedule>, IDeepCloneable<MonthlySchedule>, IBufferMessage, IMessage
Represents a monthly schedule. An example of a valid monthly schedule is
"on the third Tuesday of the month" or "on the 15th of the month".
Required. One day of the month. 1-31 indicates the 1st to the 31st day.
-1 indicates the last day of the month. Months without the target day
will be skipped. For example, a schedule to run "every month on the 31st"
will not run in February, April, June, etc.
[[["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 `MonthlySchedule` class in the `Google.Cloud.OsConfig.V1` namespace is designed to represent a schedule that repeats monthly, such as \"on the third Tuesday\" or \"on the 15th of the month\"."],["This class, found within version 1.7.0 of the library, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`MonthlySchedule` can be instantiated using a default constructor or a constructor that accepts another `MonthlySchedule` object as a parameter for copying its values."],["The `MonthlySchedule` class includes properties such as `DayOfMonthCase`, `MonthDay`, and `WeekDayOfMonth` which are used to define specific scheduling parameters like the day of the month or a specific weekday within the month."],["The latest version available of this is 2.4.0, however, this information concerns version 1.7.0, and there are 11 total versions listed."]]],[]]