setDate method

Future<OnyxMessage?> setDate(
  1. String yyyy,
  2. String mm,
  3. String dd
)

Implementation

Future<OnyxMessage?> setDate(String yyyy, String mm, String dd) async {
  return sendCmd('SetDate $yyyy,$mm,$dd');
}