IMinutesFieldManager.GetField Method

Gets a field with the specified mnemonic.
Function GetField( _ 
ByVal mnemonic As String
) As IMinutesField
This language is not supported or no code example is available.
IMinutesField GetField( 
string mnemonic 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The mnemonic of the field to be retrieved.

Return Value

IMinutesField

The found field or null reference (Nothing in Visual Basic) if not found.

Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition