AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The TimestampUTC property is used to:
  • Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically.
  • Define whether a timestamp item will use a UTC time or a local time (when describing the item through programming).
Ejemplo
AFile is File Description
AnItem is Item Description
AnItem.Name = "CmdDate"
UneRubrique.TimestampType = htsCreation
UneRubrique.TimestampUTC = False
HDescribeItem(AFile, AnItem)
Sintaxis

Finding out whether a timestamp item will use UTC time or local time Ocultar los detalles

<Result> = <Data file>.<Item>.TimestampUTC
<Result>: Boolean
  • True if the timestamp item uses a UTC time.
  • False if the timestamp item uses a local time.
<Data file>: Character string
Name of the data file used.
<Item>: Character string
Name of item used.
WINDEVWEBDEV - Código ServidorReportes y ConsultasiPhone/iPadIOS WidgetCódigo de Usuario (UMC)Ajax

Indicating whether a timestamp item will use a UTC time Ocultar los detalles

<Item>.TimestampUTC = <Value>
<Item>: Character string
Name of the item used. This name is defined with the Item Description type.
<Value>: Boolean
  • True if the timestamp item must use a UTC time.
  • False if the timestamp item must use a local time.
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/12/2024

Señalar un error o enviar una sugerencia | Ayuda local