Share via


Util.Date property

Gets a reference to the DateObject object.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property Date As IntPtr
    Get
'Usage
Dim instance As Util
Dim value As IntPtr

value = instance.Date
IntPtr Date { get; }

Property value

Type: System.IntPtr

Remarks

You can access all of the methods that the DateObject object provides by using the Date property.

See also

Reference

Util interface

Util members

Microsoft.Office.Interop.InfoPath namespace