NotificationRecipientScheduleEntryTime.Minute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minute this time represents.
public:
property int Minute { int get(); void set(int value); };
public int Minute { get; set; }
member this.Minute : int with get, set
Public Property Minute As Integer
Property Value
Returns an Int32 value that represents the minutes of this entry time. For example, 0 represents no minutes (the default), 1 represents 1 minute, and so on.
Remarks
The possible range of values returned by this method is 0–59.