public sealed class WeeklyMaintenanceWindow : IMessage<WeeklyMaintenanceWindow>, IEquatable<WeeklyMaintenanceWindow>, IDeepCloneable<WeeklyMaintenanceWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class WeeklyMaintenanceWindow.
[[["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 Memcache v1beta2 API - Class WeeklyMaintenanceWindow (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.WeeklyMaintenanceWindow)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/2.0.0-beta05/Google.Cloud.Memcache.V1Beta2.WeeklyMaintenanceWindow)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/1.0.0-beta05/Google.Cloud.Memcache.V1Beta2.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 Memcache v1beta2 API class WeeklyMaintenanceWindow.\n\nTime window specified for weekly operations. \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.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.WeeklyMaintenanceWindow), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WeeklyMaintenanceWindow](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.WeeklyMaintenanceWindow), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WeeklyMaintenanceWindow](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.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.Memcache.V1Beta2](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.Memcache.V1Beta2.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. Allows to define schedule that runs specified day of the week.\n\n### Duration\n\n public Duration Duration { get; set; }\n\nRequired. Duration of the time window.\n\n### StartTime\n\n public TimeOfDay StartTime { get; set; }\n\nRequired. Start time of the window in UTC."]]