'Declaration
Protected Function GoToField( _ ByVal field As DateTimeField, _ ByVal updateText As Boolean _ ) As Boolean
protected bool GoToField( DateTimeField field, bool updateText )
Parameters
- field
- Field to select.
- updateText
- a value that determines whether the text should be updated.
Return Value
returns true if success.