public sealed class WeeklyRecurrence : IMessage<WeeklyRecurrence>, IEquatable<WeeklyRecurrence>, IDeepCloneable<WeeklyRecurrence>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class WeeklyRecurrence.
Represents a recurring schedule that runs on a specified day of the week.
[[["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-03-21 UTC."],[[["The `WeeklyRecurrence` class in the Firestore Admin v1 API represents a recurring schedule that operates on a specific day of the week."],["Version 3.12.0 is the latest version available within the provided list of versions for the `WeeklyRecurrence` class."],["The `WeeklyRecurrence` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various uses."],["The `Day` property within `WeeklyRecurrence` specifies the day of the week for the recurrence, and it cannot be set to `DAY_OF_WEEK_UNSPECIFIED`."],["The class offers two constructors, one default and another that accepts an existing `WeeklyRecurrence` object for cloning."]]],[]]