'Declaration
<AsyncStateMachineAttribute(C1.Android.Calendar.C1Calendar/d__249)> Public Function GoForwardAsync( _ Optional ByVal animate As Boolean _ ) As Task
'Usage
Dim instance As C1Calendar Dim animate As Boolean Dim value As Task value = instance.GoForwardAsync(animate)
[AsyncStateMachine(C1.Android.Calendar.C1Calendar/d__249)] public Task GoForwardAsync( bool animate )
Parameters
- animate
- true if the transition is animated.