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"]],[["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-12 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eGoogle.Cloud.OsConfig.V1.MonthlySchedule\u003c/code\u003e is 2.4.0, while the current page focuses on version 1.5.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMonthlySchedule\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMonthlySchedule\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, all associated with the \u003ccode\u003eGoogle.Protobuf\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMonthlySchedule\u003c/code\u003e class has two constructors: one default constructor and another that takes a \u003ccode\u003eMonthlySchedule\u003c/code\u003e object as a parameter for copying, and has the properties \u003ccode\u003eDayOfMonthCase\u003c/code\u003e, \u003ccode\u003eMonthDay\u003c/code\u003e, and \u003ccode\u003eWeekDayOfMonth\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eMonthlySchedule\u003c/code\u003e class falls under the namespace \u003ccode\u003eGoogle.Cloud.OsConfig.V1\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.Cloud.OsConfig.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]