AdifLotwQslrdate class
date QSL received from ARRL Logbook of the World
Constructors
- AdifLotwQslrdate(AdifDate value)
Properties
Methods
-
getString(
) → String -
The method to get it value as a string.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String str) → AdifLotwQslrdate -
The method to parse the value from a string.
override