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-04-17 UTC."],[[["This webpage provides documentation for the `WeeklyRecurrence` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `WeeklyRecurrence` class represents a recurring schedule that executes on a specified day of the week, using UTC as the time zone."],["The latest version of the API is 3.12.0, and the documentation page is specifically detailing version 3.11.0 of the `WeeklyRecurrence` class."],["The `WeeklyRecurrence` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This documentation provides a constructor list along with a single property for `WeeklyRecurrence`, `Day`, that determines the day of the week the recurrence will occur."]]],[]]