Edit

Share via


Util.Date Property

Definition

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.

Applies to