public sealed class WeekDayOfMonth : IMessage<WeekDayOfMonth>, IEquatable<WeekDayOfMonth>, IDeepCloneable<WeekDayOfMonth>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class WeekDayOfMonth.
WeekDayOfMonth defines the week day of the month on which the backups will
run. The message combines a WeekOfMonth and DayOfWeek to produce values
like FIRST/MONDAY or LAST/FRIDAY.
[[["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-05-02 UTC."],[[["This document provides reference documentation for the `WeekDayOfMonth` class within the Google Cloud Backup and DR Service v1 API."],["`WeekDayOfMonth` is used to define a specific day of the week within a specific week of the month for backup scheduling, combining `WeekOfMonth` and `DayOfWeek` values."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is version 2.1.0, but various other versions, including version 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02, are also available."],["It has properties for `DayOfWeek` and `WeekOfMonth`, which are required to specify the desired backup day."]]],[]]