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."],[[["This page provides documentation for the `MonthlySchedule` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.6.0 of the library, with links to different versions of the class."],["The `MonthlySchedule` class represents a schedule that occurs monthly, such as \"on the third Tuesday of the month\" or \"on the 15th of the month\"."],["The `MonthlySchedule` class inherits from `Object` and implements the interfaces `IMessage\u003cMonthlySchedule\u003e`, `IEquatable\u003cMonthlySchedule\u003e`, `IDeepCloneable\u003cMonthlySchedule\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `DayOfMonthCase`, `MonthDay`, and `WeekDayOfMonth`, to define when the monthly event occurs."],["There are two constructors for the `MonthlySchedule` class, one default and another which takes a `MonthlySchedule` object as a parameter."]]],[]]