Copyright © 1998-2006,2011 Dipl.-Inform. Kai Hofmann. All rights reserved! |
|||||||
MUIA_Time_ChangeDay, MUIV_Time_ChangeDay_Normal,
\*result =*\ set(obj, MUIA_Time_DaylightDay, cd);
\*result =*\ get(obj, MUIA_Time_DaylightDay, &cd);
Defaults to MUIV_Time_ChangeDay_Normal.
MUIA_Time_ChangeHour, 2,
\*result =*\ set(obj, MUIA_Time_DaylightSaving, ch);
\*result =*\ get(obj, MUIA_Time_DaylightSaving, &ch);
Defaults to 2.
MUIA_Time_DaylightSaving, FALSE,
\*result =*\ set(obj, MUIA_Time_DaylightSaving, ds);
\*result =*\ get(obj, MUIA_Time_DaylightSaving, &ds);
Defaults to FALSE.
MUIA_Time_Hour, 0,
\*result =*\ set(obj, MUIA_Time_Hour, hour);
\*result =*\ get(obj, MUIA_Time_Hour, &hour);
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_Hour, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);
Defaults to 0 if there was never a valid time value given!
MUIA_Time_MaxHour, 23,
\*result =*\ set(obj, MUIA_Time_MaxHour, mhour);
\*result =*\ get(obj, MUIA_Time_MaxHour, &mhour);
Defaults to 23.
MUIA_Time_MaxMinute, 59,
\*result =*\ set(obj, MUIA_Time_MaxMinute, mmin);
\*result =*\ get(obj, MUIA_Time_MaxMinute, &mmin);
Defaults to 59.
MUIA_Time_MaxSecond, 59,
\*result =*\ set(obj, MUIA_Time_MaxSecond, msec);
\*result =*\ get(obj, MUIA_Time_MaxSecond, &msec);
Defaults to 59.
MUIA_Time_MidnightSecs, 0,
\*result =*\ set(obj, MUIA_Time_MidnightSecs,secs);
\*result =*\ get(obj, MUIA_Time_MidnightSecs,&secs);
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_MidnightSecs, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);
Defaults to 0 if there was never a valid time value given!
MUIA_Time_Minute, 0,
\*result =*\ set(obj, MUIA_Time_Minute, min);
\*result =*\ get(obj, MUIA_Time_Minute, &min);
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_Minute, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);
Defaults to 0 if there was never a valid time value given!
MUIA_Time_MinHour, 0,
\*result =*\ set(obj, MUIA_Time_MinHour, mhour);
\*result =*\ get(obj, MUIA_Time_MinHour, &mhour);
Defaults to 0.
MUIA_Time_MinMinute, 0,
\*result =*\ set(obj, MUIA_Time_MinMinute, mmin);
\*result =*\ get(obj, MUIA_Time_MinMinute, &mmin);
Defaults to 0.
MUIA_Time_MinSecond, 0,
\*result =*\ set(obj, MUIA_Time_MinSecond, msec);
\*result =*\ get(obj, MUIA_Time_MinSecond, &msec);
Defaults to 0.
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_NextDay, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);Defaults to 0.
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_PrevDay, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);Defaults to 0.
MUIA_Time_Second, 0,
\*result =*\ set(obj, MUIA_Time_Second, sec);
\*result =*\ get(obj, MUIA_Time_Second, &sec);
\*result =*\ DoMethod(obj, MUIM_Notify, MUIA_Time_Second, MUIV_EveryTime, STRINGOBJ, 2, MUIM_String_Integer, MUIV_TriggerValue);
Defaults to 0 if there was never a valid time value given!
MUIA_Time_ZoneMinute, 1,
\*result =*\ set(obj, MUIA_Time_ZoneMinute, ZoneMinute);
\*result =*\ get(obj, MUIA_Time_ZoneMinute, &ZoneMinute);
Defaults to 0 which is UCT also known as GMT.
result = (LONG)DoMethod(obj,MUIM_Time_Compare,tobj);\*result =*\ DoMethod(obj, MUIM_Time_Decrease, secs);\*result =*\ DoMethod(obj, MUIM_Time_Increase, secs);\*result =*\ DoMethod(obj, MUIM_Time_SetCurrent);