public sealed class DailyRecurrence : IMessage<DailyRecurrence>, IEquatable<DailyRecurrence>, IDeepCloneable<DailyRecurrence>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DailyRecurrence.
Represent a recurring schedule that runs at a specific time every day.
[[["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 page provides documentation for the `DailyRecurrence` class within the Firestore Admin v1 API, detailing its functionality and usage."],["The `DailyRecurrence` class represents a schedule that repeats at a set time each day, using UTC as the time zone."],["The document outlines the class's inheritance structure and implemented interfaces, which include `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a detailed history of version releases, ranging from the latest 3.12.0 down to version 2.2.0, with links for each."],["Two constructors are available for the class, one being a parameterless `DailyRecurrence()`, and the other allowing for the input of another instance of `DailyRecurrence`, `DailyRecurrence(DailyRecurrence)`."]]],[]]