AdifHrdlogQsoUploadDate class
the date the QSO was last uploaded to the HRDLog.net online service
Constructors
- AdifHrdlogQsoUploadDate(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) → AdifHrdlogQsoUploadDate -
The method to parse the value from a string.
override