public sealed class WeeklyMaintenanceWindow : IMessage<WeeklyMaintenanceWindow>, IEquatable<WeeklyMaintenanceWindow>, IDeepCloneable<WeeklyMaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class WeeklyMaintenanceWindow.
Time window in which disruptive maintenance updates occur. Non-disruptive
updates can occur inside or outside this window.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Memorystore for Redis v1beta1 API - Class WeeklyMaintenanceWindow (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/3.0.0-beta04/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/2.0.0-beta09/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow) \n\n public sealed class WeeklyMaintenanceWindow : IMessage\u003cWeeklyMaintenanceWindow\u003e, IEquatable\u003cWeeklyMaintenanceWindow\u003e, IDeepCloneable\u003cWeeklyMaintenanceWindow\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class WeeklyMaintenanceWindow.\n\nTime window in which disruptive maintenance updates occur. Non-disruptive\nupdates can occur inside or outside this window. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WeeklyMaintenanceWindow \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WeeklyMaintenanceWindow](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WeeklyMaintenanceWindow](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WeeklyMaintenanceWindow](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.WeeklyMaintenanceWindow), [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.Redis.V1Beta1](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Redis.V1Beta1.dll\n\nConstructors\n------------\n\n### WeeklyMaintenanceWindow()\n\n public WeeklyMaintenanceWindow()\n\n### WeeklyMaintenanceWindow(WeeklyMaintenanceWindow)\n\n public WeeklyMaintenanceWindow(WeeklyMaintenanceWindow other)\n\nProperties\n----------\n\n### Day\n\n public DayOfWeek Day { get; set; }\n\nRequired. The day of week that maintenance updates occur.\n\n### Duration\n\n public Duration Duration { get; set; }\n\nOutput only. Duration of the maintenance window. The current window is fixed at 1 hour.\n\n### StartTime\n\n public TimeOfDay StartTime { get; set; }\n\nRequired. Start time of the window in UTC time."]]