Difference between revisions of "DateTime getByYMD"
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{HelpFiles}} | + | |
+ | <br> | ||
+ | |||
+ | ==== DateTime_getByYMD ==== | ||
+ | |||
+ | Return datetime which is get by YMD | ||
+ | |||
+ | '''Syntax''' | ||
+ | |||
+ | DateTime_getByYMD(year, month, day[, hour, minute, second][, timeZoneId]) | ||
+ | |||
+ | '''Arguments''' | ||
+ | |||
+ | *year: is number | ||
+ | *month: is number | ||
+ | *day: is number | ||
+ | *hour: is number | ||
+ | *minute: is number | ||
+ | *second: is number | ||
+ | *timeZoneId: is number | ||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | array, in which there are 9 items: | ||
+ | |||
+ | {| width="816" cellpadding="2" border="1" style="border-collapse: collapse; border: 1px solid rgb(1, 1, 1);" class="tableintopic" | ||
+ | |- valign="top" align="left" | ||
+ | | width="186" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | '''Index''' | ||
+ | |||
+ | | width="234" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | '''Data type''' | ||
+ | |||
+ | | width="396" bgcolor="#c0c0c0" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | '''Value''' | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Year | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Month | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Day | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Hour | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value (0 if it is not specified) | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Minute | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value (0 if it is not specified) | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Second | ||
+ | |||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
+ | |||
+ | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | Input value (0 if it is not specified) | ||
+ | |||
+ | |- valign="top" align="left" | ||
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Millisecond | ||
+ | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | number | ||
− | == | + | | width="396" style="border: 1px solid rgb(1, 1, 1);" | |
+ | 0 | ||
− | + | |- valign="top" align="left" | |
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_Week | ||
− | + | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | |
+ | number | ||
− | + | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | |
+ | Depend on year, day, month | ||
− | + | |- valign="top" align="left" | |
+ | | width="186" style="border: 1px solid rgb(1, 1, 1);" | | ||
+ | DateTime_TimeZone | ||
− | + | | width="234" style="border: 1px solid rgb(1, 1, 1);" | | |
− | + | number | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | | width="396" style="border: 1px solid rgb(1, 1, 1);" | | |
+ | Input value (login user's time zone if it is not specified) | ||
− | + | |} | |
− | + | '''Example''' | |
− | |||
− | |||
− | ''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | '' | + | ''array a = DateTime_getByYMD(1985,12,24); '' |
− | + | ''print(a); '' | |
− | + | ''//Return array has 9 items: {1985,12,24,00,00,00,00,52,57}. If Timezone is not specified, it shows login user's time zone. '' | |
− | + | ''array b = DateTime_getByYMD(1985,12,24,23,59,59); '' | |
− | + | ''print(b);'' | |
− | // | + | ''//Return array has 9 items: {1985,12,24,23,59,59,00,52,57}. If Timezone is not specified, it shows login user's time zone '' |
− | + | '''Availability''' | |
− | + | Version 5.7 __NOTOC__ <!-- imported from file: 7538.htm--> | |
− | + | [[Category:General_Functions]] | |
− | |||
− |
Latest revision as of 07:55, 21 December 2011
DateTime_getByYMD
Return datetime which is get by YMD
Syntax
DateTime_getByYMD(year, month, day[, hour, minute, second][, timeZoneId])
Arguments
- year: is number
- month: is number
- day: is number
- hour: is number
- minute: is number
- second: is number
- timeZoneId: is number
Return value
array, in which there are 9 items:
Index |
Data type |
Value |
DateTime_Year |
number |
Input value |
DateTime_Month |
number |
Input value |
DateTime_Day |
number |
Input value |
DateTime_Hour |
number |
Input value (0 if it is not specified) |
DateTime_Minute |
number |
Input value (0 if it is not specified) |
DateTime_Second |
number |
Input value (0 if it is not specified) |
DateTime_Millisecond |
number |
0 |
DateTime_Week |
number |
Depend on year, day, month |
DateTime_TimeZone |
number |
Input value (login user's time zone if it is not specified) |
Example
array a = DateTime_getByYMD(1985,12,24);
print(a);
//Return array has 9 items: {1985,12,24,00,00,00,00,52,57}. If Timezone is not specified, it shows login user's time zone.
array b = DateTime_getByYMD(1985,12,24,23,59,59);
print(b);
//Return array has 9 items: {1985,12,24,23,59,59,00,52,57}. If Timezone is not specified, it shows login user's time zone
Availability
Version 5.7