AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 03.12.2007, 22:14   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
gatesasbait: New unified DateTime type in Dynamics Ax 5.0
Источник: http://gatesasbait.spaces.live.com/B...B9F5!150.entry
==============

 
Good afternoon,

Anyone that has experience with SQL has noticed that DAX versions prior to 5.0 handle date and time differently from SQL. Whereas SQL uses a single field to hold both date and time, DAX usees separate datatypes and fields for the two. It is no longer the case in version 5.0x as a new UtcDateTime datatype has been introduced. Microsoft has also renamed all timestamp fields to DEL_* (such as CreatedDate and CreateTime) and added corresponding unified fields (such as createdDateTime).
Note that the original datatypes Date and Time are still available for use when only a time or a date is needed.
Here's a quick job as example of tools available on the new datatype:
static void UtcDateTimeExamples(Args _args)
{
    UtcDateTime utcDateTimeNow = DateTimeUtil::getSystemDateTime();
    ;     info(strfmt("%1", utcDateTimeNow));
    info(strfmt("%1", DateTimeUtil::date(utcDateTimeNow)));
    info(strfmt("%1", DateTimeUtil::time(utcDateTimeNow)));
    info(strfmt("%1",
        DateTimeUtil::applyTimeZoneOffset(utcDateTimeNow,DateTimeUtil::getUserPreferredTimeZone())));
    info(strfmt("%1", DateTimeUtil::utcNow()));
}


Источник: http://gatesasbait.spaces.live.com/B...B9F5!150.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05
Inside Dynamics AX 4.0: Usage Scenarios Blog bot DAX Blogs 0 04.10.2007 05:15
Сергей Герасимов: Что нового в Microsoft Dynamics AX 4.0 Blog bot DAX Blogs 0 16.01.2007 11:00
Dynamics AX: Why Dynamics AX beats SAP Blog bot DAX Blogs 0 10.01.2007 23:15
hariprasadp: Dynamics AX 4.0 Takes Step Toward Unified ERP Blog bot DAX Blogs 0 28.10.2006 18:14

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 09:34.