C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / GoForwardAsync Method
true if the transition is animated.


In This Topic
GoForwardAsync Method
In This Topic
Navigates forward.
Syntax
'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)

Parameters

animate
true if the transition is animated.
See Also