[[["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-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDailySchedule\u003c/code\u003e class within the NetApp v1 API is 1.8.0, with previous versions ranging from 1.0.0 to 1.7.0 available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDailySchedule\u003c/code\u003e class allows for the configuration of daily snapshots, specifying the hour and minute for snapshot creation, and the class implements multiple interfaces like IMessage and IDeepCloneable.\u003c/p\u003e\n"],["\u003cp\u003eYou can utilize the \u003ccode\u003eDailySchedule\u003c/code\u003e class to automate daily snapshots at specific times, like 04:00, 05:20, or 23:50.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eHour\u003c/code\u003e, \u003ccode\u003eMinute\u003c/code\u003e, and \u003ccode\u003eSnapshotsToKeep\u003c/code\u003e which allows setting the snapshot time and maximum number of snapshots retained.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains constructors to create a new \u003ccode\u003eDailySchedule\u003c/code\u003e, or to use an existing one, and has properties that can verify whether or not the \u003ccode\u003ehour\u003c/code\u003e, \u003ccode\u003eminute\u003c/code\u003e, or \u003ccode\u003esnapshots_to_keep\u003c/code\u003e fields are set.\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class DailySchedule (1.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.DailySchedule)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.DailySchedule) \n\n public sealed class DailySchedule : IMessage\u003cDailySchedule\u003e, IEquatable\u003cDailySchedule\u003e, IDeepCloneable\u003cDailySchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class DailySchedule.\n\nMake a snapshot every day e.g. at 04:00, 05:20, 23:50 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DailySchedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DailySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.DailySchedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DailySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.DailySchedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DailySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.DailySchedule), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetApp.V1](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetApp.V1.dll\n\nConstructors\n------------\n\n### DailySchedule()\n\n public DailySchedule()\n\n### DailySchedule(DailySchedule)\n\n public DailySchedule(DailySchedule other)\n\nProperties\n----------\n\n### HasHour\n\n public bool HasHour { get; }\n\nGets whether the \"hour\" field is set\n\n### HasMinute\n\n public bool HasMinute { get; }\n\nGets whether the \"minute\" field is set\n\n### HasSnapshotsToKeep\n\n public bool HasSnapshotsToKeep { get; }\n\nGets whether the \"snapshots_to_keep\" field is set\n\n### Hour\n\n public double Hour { get; set; }\n\nSet the hour to start the snapshot (0-23), defaults to midnight (0).\n\n### Minute\n\n public double Minute { get; set; }\n\nSet the minute of the hour to start the snapshot (0-59), defaults to the\ntop of the hour (0).\n\n### SnapshotsToKeep\n\n public double SnapshotsToKeep { get; set; }\n\nThe maximum number of Snapshots to keep for the hourly schedule"]]