WeekDayAndTime.Minute Property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Minute As Integer
Get
'Usage
Dim instance As WeekDayAndTime
Dim value As Integer
value = instance.Minute
public int Minute { get; }
Property Value
Type: System.Int32
See Also