IQuoteVersionLastRecalculated Property |
LastRecalculated: When was this version last subjected to a total recalculation. This field must be set by the CONNECTOR, since the connector may choose to ignore a RecalculateVersion call based on policies and possibly the current value of this field. SuperOf
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxDateTime LastRecalculated { get; set; }
Property LastRecalculated As DateTime
Get
Set
Dim instance As IQuoteVersion
Dim value As DateTime
value = instance.LastRecalculated
instance.LastRecalculated = value
property DateTime LastRecalculated {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also