DateTime.IConvertible.GetTypeCode Metodo
Definizione
virtual TypeCode System.IConvertible.GetTypeCode() = IConvertible::GetTypeCode;
TypeCode IConvertible.GetTypeCode ();
abstract member System.IConvertible.GetTypeCode : unit -> TypeCode
override this.System.IConvertible.GetTypeCode : unit -> TypeCode
Function GetTypeCode () As TypeCode Implements IConvertible.GetTypeCode
Restituisce
Costante enumerata che rappresenta l'oggetto TypeCode della classe o del tipo di valore che implementa questa interfaccia.The enumerated constant that is the TypeCode of the class or value type that implements this interface.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza DateTime a un'interfaccia IConvertible.It can be used only when the DateTime instance is cast to an IConvertible interface.