CustomPropertyValueValueAsDateTime Property |
Gets the value as date time.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ValueAsDateTime { get; }
Public ReadOnly Property ValueAsDateTime As DateTime
Get
public:
property DateTime^ ValueAsDateTime {
DateTime^ get ();
}
member ValueAsDateTime : DateTime with get
Property Value
Type:
DateTime
The value as date time.
See Also