Util.Date Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the DateObject object.
public:
property IntPtr Date { IntPtr get(); };
public IntPtr Date { get; }
member this.Date : nativeint
Public ReadOnly Property Date As IntPtr
Property Value
IntPtr
nativeint
Remarks
You can access all of the methods that the DateObject object provides by using the Date property.