Denso BHT-200QW Especificações Página 322

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 587
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 321
314
____________________________________________________________________
DATE I/O function
DATE$
Returns the current system date or sets a specified system date.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
Syntax 1 (Retrieving the current system date):
DATE$
Syntax 2 (Setting the current system date):
DATE$="date"
Parameter:
Parameter:Parameter:
Parameter:
date
A string expression.
Description:
Description:Description:
Description:
Syntax 1
DATE$ returns the current system date as an 8-byte string. The string has the format
below.
yy/mm/dd
where yy is the lower two digits of the year from 00 to 99, mm is the month from 01 to 12,
and dd is the day from 01 to 31.
00 to 99 of yy is equal to 2000 to 2099.
Syntax 2
DATE$ sets the system date specified by "date". The format of "date" is the same as that
in syntax 1.
Example: date$="00/10/12"
• The year yy must be the lower two digits of the year: otherwise, the system does not
compensate for leap years automatically.
00 to 99 of yy is equal to 2000 to 2099.
The calendar clock is backed up by the battery. (For the system time, refer to the
TIME$ function.)
Vista de página 321
1 2 ... 317 318 319 320 321 322 323 324 325 326 327 ... 586 587

Comentários a estes Manuais

Sem comentários