public sealed class MonthlySchedule : IMessage<MonthlySchedule>, IEquatable<MonthlySchedule>, IDeepCloneable<MonthlySchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class MonthlySchedule.
Make a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50
[[["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\u003eMonthlySchedule\u003c/code\u003e class in the Google Cloud NetApp v1 API allows users to define a monthly snapshot schedule.\u003c/p\u003e\n"],["\u003cp\u003eThis class enables setting the specific days of the month for snapshot creation, using a comma-separated list of day numbers, with a default of the 1st day of the month.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure the snapshot start time by setting the hour (0-23) and minute (0-59), defaulting to midnight (0:00).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSnapshotsToKeep\u003c/code\u003e property allows specification of the maximum number of snapshots to retain for the monthly schedule.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version is 1.8.0, and the documentation provides access to previous versions from 1.0.0 to 1.7.0.\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class MonthlySchedule (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.MonthlySchedule)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.MonthlySchedule)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.MonthlySchedule) \n\n public sealed class MonthlySchedule : IMessage\u003cMonthlySchedule\u003e, IEquatable\u003cMonthlySchedule\u003e, IDeepCloneable\u003cMonthlySchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class MonthlySchedule.\n\nMake a snapshot once a month e.g. at 2nd 04:00, 7th 05:20, 24th 23:50 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MonthlySchedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MonthlySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.MonthlySchedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MonthlySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.MonthlySchedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MonthlySchedule](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.MonthlySchedule), [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### MonthlySchedule()\n\n public MonthlySchedule()\n\n### MonthlySchedule(MonthlySchedule)\n\n public MonthlySchedule(MonthlySchedule other)\n\nProperties\n----------\n\n### DaysOfMonth\n\n public string DaysOfMonth { get; set; }\n\nSet the day or days of the month to make a snapshot (1-31). Accepts a\ncomma separated number of days. Defaults to '1'.\n\n### HasDaysOfMonth\n\n public bool HasDaysOfMonth { get; }\n\nGets whether the \"days_of_month\" 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"]]