Share via


AutomaticUpdateApprovalDeadline.MinutesAfterMidnight Property

 

Applies To: Windows Server Update Services

Gets a value indicating how many minutes after midnight to set the time of the deadline.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public short MinutesAfterMidnight { get; set; }
public:
property short MinutesAfterMidnight {
    short get();
    void set(short value);
}
member MinutesAfterMidnight : int16 with get, set
Public Property MinutesAfterMidnight As Short

Property Value

Type: System.Int16

Returns Int16.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The value of MinutesAfterMidnight is greater than 1439 or is negative.

Remarks

This value is combined with the DayOffset property to determine the exact time of the deadline.

See Also

AutomaticUpdateApprovalDeadline Class
Microsoft.UpdateServices.Administration Namespace

Return to top