Share via


SetTimeField.Minute property

Gets or sets the minute portion of the current item’s time field. This property must be set to a value from 00 to 55, in increments of 5.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Minute As InArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As SetTimeField
Dim value As InArgument(Of Integer)

value = instance.Minute

instance.Minute = value
[RequiredArgumentAttribute]
public InArgument<int> Minute { get; set; }

Property value

Type: System.Activities.InArgument<Int32>
The minute portion of the item’s time field.

See also

Reference

SetTimeField class

SetTimeField members

Microsoft.SharePoint.WorkflowServices.Activities namespace