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."],[[["This webpage provides reference documentation for the `WeeklyRecurrence` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `WeeklyRecurrence` class represents a recurring schedule that operates on a specific day of the week, with the time zone set to UTC."],["The latest version of the API is 3.12.0, but it also contains links to other versions dating back to 2.2.0."],["The `WeeklyRecurrence` class has two constructors: a default one, and another that allows users to pass another `WeeklyRecurrence` as a parameter."],["The `WeeklyRecurrence` class has one property, `Day`, which determines which day of the week the recurrence will occur, and cannot be unspecified."]]],[]]