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.
Property Value
Type
Description
System.Int32
WeekDayOfMonth
public WeekDayOfMonth WeekDayOfMonth { get; set; }
[[["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 latest version available for `Google.Cloud.OsConfig.V1.MonthlySchedule` is 2.4.0, while the current page focuses on version 1.5.0."],["`MonthlySchedule` is a class that represents a schedule that occurs monthly, either on a specific day of the month (1-31, or -1 for the last day) or on a specific weekday within the month."],["The `MonthlySchedule` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all associated with the `Google.Protobuf` namespace."],["The `MonthlySchedule` class has two constructors: one default constructor and another that takes a `MonthlySchedule` object as a parameter for copying, and has the properties `DayOfMonthCase`, `MonthDay`, and `WeekDayOfMonth`."],["This `MonthlySchedule` class falls under the namespace `Google.Cloud.OsConfig.V1` and is part of the `Google.Cloud.OsConfig.V1.dll` assembly."]]],[]]