[[["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 \u003ccode\u003eWeeklySchedule\u003c/code\u003e class in the Google.Cloud.NetApp.V1 API allows for defining weekly snapshot schedules, such as making a snapshot every Monday at 4:00 AM.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eWeeklySchedule\u003c/code\u003e class is 1.8.0, with previous versions ranging from 1.0.0 to 1.7.0, each with their own documentation.\u003c/p\u003e\n"],["\u003cp\u003eUsers can configure the snapshot schedule by specifying the \u003ccode\u003eDay\u003c/code\u003e (e.g., Sunday), \u003ccode\u003eHour\u003c/code\u003e (0-23), and \u003ccode\u003eMinute\u003c/code\u003e (0-59) properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSnapshotsToKeep\u003c/code\u003e property enables users to set a limit on the maximum number of snapshots to retain for the weekly schedule.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class WeeklySchedule (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.WeeklySchedule)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.WeeklySchedule)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.WeeklySchedule) \n\n public sealed class WeeklySchedule : IMessage\u003cWeeklySchedule\u003e, IEquatable\u003cWeeklySchedule\u003e, IDeepCloneable\u003cWeeklySchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class WeeklySchedule.\n\nMake a snapshot every week e.g. at Monday 04:00, Wednesday 05:20, Sunday\n23:50 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WeeklySchedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WeeklySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.WeeklySchedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WeeklySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.WeeklySchedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WeeklySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.WeeklySchedule), [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### WeeklySchedule()\n\n public WeeklySchedule()\n\n### WeeklySchedule(WeeklySchedule)\n\n public WeeklySchedule(WeeklySchedule other)\n\nProperties\n----------\n\n### Day\n\n public string Day { get; set; }\n\nSet the day or days of the week to make a snapshot. Accepts a comma\nseparated days of the week. Defaults to 'Sunday'.\n\n### HasDay\n\n public bool HasDay { get; }\n\nGets whether the \"day\" field is set\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"]]