Vertaling van "datetime en" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
(Int) (1)> Nota: Si tiene un campo de tipo datetime en la base de datos, puede enumerar las opciones de fecha y hora usando el mismo campo datetime de la base de datos.
(Int) (1) Note: If you have a type field datetime in the database, you can list the date and time options using the same datetime field in the application will take both values and concatenate them before saving them in the database
Teniendo en cuenta el hecho de que TIMESTAMP también tiene un límite lógico en 2038-01-19 (que ya nos da problemas en Chamilo), mientras que DATETIME tiene un límite en 9999-12-31, se decidió cambiar todo a DATETIME en el Chamilo base de datos.
Taking into account the fact that TIMESTAMP also has a logical limit at 2038-01-19 (which is already giving us problems in Chamilo) while DATETIME has a limit at 9999-12-31, we decided to switch everything to DATETIME in the Chamilo database.
Un técnico de la red ha emitido las marcas de tiempo de servicio de registro de comandos datetime en la configuración del router de sucursal.
A network technician has issued the service timestamps log datetime command in the configuration of the branch router.
Devuelve el campo datetime en el formato especificado en UTC.
Returns the datetime field in the specified format in UTC.
El servidor devuelve siempre el objeto datetime en hora UTC (GMT+00)
The server always returns the datetime object in UTC format (GMT+00)
Puede crear un objeto DateTime en una de las siguientes maneras
You can create a DateTime object in one of the following ways
En general, es más fácil realizar cualquier tipo de aritmética relacionada con la fecha y la hora en un estilo orientado a objetos con la clase DateTime en lugar de hacerlo de manera procesal.
Generally, it's easier to do any such date and time related arithmetic in object-oriented style with the DateTime class instead of doing it procedurally.
Este paso es necesario si no quiere que se inserte un selector de fecha automáticamente cuando inserte nodos de tipo xs:date o xs:dateTime en el diseño (que es lo que haremos en el paso siguiente).
This step is required if the date picker is not to be inserted automatically when a node of type xs:date or xs:dateTime is inserted into the design (which you will do in the next step).
De forma automática cuando se inserte un nodo de tipo xs:date o xs:dateTime en el diseño SPS.
P: Quiero mostrar valores DateTime en el eje del gráfico.
Q: I want to display DateTime values at the chart axis.
Utilice esta función para convertir un número, moneda, fecha, valor de tiempo, o DateTime en una cadena de texto para que aparezca como texto en su informe (formularios de cartas, comentarios, etc...
Use this function to convert a Number, Currency, Date, Time, or DateTime value to a text string to appear as text in your report (form letters, comments, and so on).
¿Hay alguna manera de comparar 2 variables de DateTime en Linq2Sql pero ignorar la parte de Tiempo? ... La aplicación almacena elementos en la base de datos y agrega una fecha publicada.
Is there a way to compare 2 DateTime variables in Linq2Sql but to disregard the Time part... The app stores items in the DB and adds a published date.
Cómo crear un XAML Converter que muestre un valor de tipo DateTime en el formato local donde se esté ejecutando la aplicación.
How to create an XAML Converter to display a DateTime value in the local current format of the machine running the App