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 Microsoft::Office::Interop::InfoPath::SemiTrust::DateObject ^ Date { Microsoft::Office::Interop::InfoPath::SemiTrust::DateObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.DateObject Date { get; }
member this.Date : Microsoft.Office.Interop.InfoPath.SemiTrust.DateObject
Public ReadOnly Property Date As DateObject
Property Value
Remarks
You can access all of the methods that the DateObject object provides by using the Date property.
Important: This member can be accessed without restrictions.