RoundingDetailRound Property |
Indicates if this rule changes transaction's time to the value mentioned in
RoundTo.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Round { get; set; }
Public Property Round As Boolean
Get
Set
public:
property bool Round {
bool get ();
void set (bool value);
}
member Round : bool with get, set
Property Value
Type:
Boolean
See Also