Compartilhar via


Date Interface

Definição

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. Para obter informações sobre esse tipo, incluindo uso, observações e exemplos, consulteDateObject.

public interface class Date
[System.Runtime.InteropServices.Guid("096CD6A3-0786-11D1-95FA-0080C78EE3BB")]
public interface Date
type Date = interface
Public Interface Date
Derivado
Atributos

Métodos

Now()

Obtém a data e a hora do sistema atual no formato ISO (YYYY-MM-DDThh:mm:ss).

Today()

Obtém a data atual do sistema no formato ISO (YYYY-MM-DD).

Aplica-se a