Sdílet prostřednictvím


Date.Today-Methode

Ruft das aktuelle Systemdatum im ISO-Format (JJJJ-MM-TT) ab.

Diese Methode ist nicht CLS-kompatibel.  

Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in microsoft.office.interop.infopath.semitrust.dll)

Syntax

'Declaration
<DispIdAttribute(2)> _
Function Today As Object
'Usage
Dim instance As Date
Dim returnValue As Object

returnValue = instance.Today
[DispIdAttribute(2)] 
Object Today ()

Rückgabewert

Ein object-Element zur Darstellung des aktuellen Datums.

Hinweise

HinweisWichtig:

Auf den Member kann uneingeschränkt zugegriffen werden.

Beispiel

Im folgenden Beispiel wird die currentDate-Variable auf das aktuelle Systemdatum festgelegt.

object currentDate = thisXDocument.Util.Date.Today();
thisXDocument.UI.Alert(currentDate.ToString());

Siehe auch

Referenz

Date-Schnittstelle
Date-Member
Microsoft.Office.Interop.InfoPath.SemiTrust-Namespace