Account.Withdraw (DateTime, Double, Byte, String, Boolean) Method

Withdraws an amount of currency from this account.
public void Withdraw( 
   DateTime dateTime
   double value
   byte currencyId = OberMind.CurrencyId.USD, 
   string text = null
   bool updateParent = true 
)

Parameters

dateTime
DateTime

The date time.

value
double

The value.

currencyId
byte

The currency identifier.

text
string

The text.

updateParent
bool

In this article

Definition