HostRecycleSettingsSpecificTimes Property |
Gets or sets the specific times of day at which hosts get recycled.
Specific times are in the format "hh:mm:ss tt". Separate multiple times with commas.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public string SpecificTimes { get; set; }
Public Property SpecificTimes As String
Get
Set
Property Value
Type:
StringThe specific times.
Examples "9:00AM, 3:00 PM, 11:30PM"
DateTime.Now.Add(TimeSpan.FromMinutes(3)).ToString("hh:mm:ss tt")
See Also