Difference between revisions of "DateTime getByYMD"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:General_Functions]]
+
{{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
  
====DateTime_getByYMD====
+
| width="396" style="border: 1px solid rgb(1, 1, 1);" |
 +
0
  
Return datetime which is get by YMD
+
|- valign="top" align="left"
 +
| width="186" style="border: 1px solid rgb(1, 1, 1);" |
 +
DateTime_Week
  
'''Syntax'''
+
| width="234" style="border: 1px solid rgb(1, 1, 1);" |
 +
number
  
DateTime_getByYMD(year, month, day[, hour, minute, second][, timeZoneId])
+
| width="396" style="border: 1px solid rgb(1, 1, 1);" |
 +
Depend on year, day, month
  
'''Arguments'''
+
|- valign="top" align="left"
 +
| width="186" style="border: 1px solid rgb(1, 1, 1);" |
 +
DateTime_TimeZone
  
* year: is number
+
| width="234" style="border: 1px solid rgb(1, 1, 1);" |
* month: is number
+
number  
* day: is number
 
* hour: is number
 
* minute: is number
 
* second: is number
 
* timeZoneId: is number
 
  
'''Return value'''
+
| width="396" style="border: 1px solid rgb(1, 1, 1);" |
 +
Input value (login user's time zone if it is not specified)
  
array, in which there are 9 items:
+
|}
  
{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="816" border="1" cellpadding="2"
+
'''Example'''  
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" bgcolor="#C0C0C0" |
 
'''Index'''
 
| style="border: 1px solid #010101" width="234" bgcolor="#C0C0C0" |
 
'''Data type'''
 
| style="border: 1px solid #010101" width="396" bgcolor="#C0C0C0" |
 
'''Value'''
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Year
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Month
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Day
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Hour
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value (0 if it is not specified)
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Minute
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value (0 if it is not specified)
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Second
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value (0 if it is not specified)
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Millisecond
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
0
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_Week
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Depend on year, day, month
 
|- align="left" valign="top"
 
| style="border: 1px solid #010101" width="186" |
 
DateTime_TimeZone
 
| style="border: 1px solid #010101" width="234" |
 
number
 
| style="border: 1px solid #010101" width="396" |
 
Input value (login user's time zone if it is not specified)
 
  
'''Example'''
+
''array a = DateTime_getByYMD(1985,12,24); ''  
  
array a = DateTime_getByYMD(1985,12,24); print(a);
+
''print(a); ''
  
Or array a = DateTime_getByYMD(1985,12,24,23,59,59); 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. ''
  
//Return array has 9 items:
+
''array b = DateTime_getByYMD(1985,12,24,23,59,59); ''
  
// {1985,12,24,00,00,00,00,52,57}
+
''print(b);''
  
//Or
+
''//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 ''
  
// {1985,12,24,23,59,59,00,52,57}
+
'''Availability'''
  
'''Availability'''
+
Version 5.7 __NOTOC__ <!-- imported from file: 7538.htm-->
  
Version 5.7
+
[[Category:General_Functions]]
__NOTOC__
 
<!-- imported from file: 7538.htm-->
 

Latest revision as of 08: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