Account Entry

Option Explicit
Private mvarentryDate As Date
Private mvaramount As Currency
Public Property Let amount(ByVal vData As Currency)
    mvaramount = vData
End Property


Public Property Get amount() As Currency
    amount = mvaramount
End Property



Public Property Let entryDate(ByVal vData As Date)
    mvarentryDate = vData
End Property


Public Property Get entryDate() As Date
    entryDate = mvarentryDate
End Property

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.198.81