Methods
InstantInTime AddDays(InstantInTime instant, number days)
An instant in time some days after the argument
InstantInTime AddHours(InstantInTime instant, number hours)
An instant in time some hours after the argument
InstantInTime AddMinutes(InstantInTime instant, number minutes)
An instant in time some minutes after the argument
InstantInTime AddMonths(InstantInTime instant, number months)
An instant in time some months after the argument
InstantInTime AddSeconds(InstantInTime instant, number seconds)
An instant in time some seconds after the argument
InstantInTime AddWeeks(InstantInTime instant, number weeks)
An instant in time some weeks after the argument
InstantInTime AddYears(InstantInTime instant, number years)
An instant in time some years after the argument
number DayOfMonth(InstantInTime instant)
The day of the month
number Duration(InstantInTime start, InstantInTime end)
Milliseconds elapsed between instants
text FormatDate(InstantInTime instant, text pattern)
Text representing the date of an instant in the specified pattern
text FormatDateTime(InstantInTime instant, text pattern)
Text representing the date and time of an instant in the specified pattern
text FormatTime(InstantInTime instant)
Text representing the time of an instant
number GetMillis(InstantInTime instant)
The instant in time measured as milliseconds since 1970.
number Hour(InstantInTime instant)
The hour of the day
InstantInTime MakeInstant(text from)
An instant in time specified by MM/DD/YYYY hh:mm:ss or MM/DD/YYYY or hh:mm
InstantInTime MakeInstantFromMillis(number millis)
An instant in time specified by the milliseconds since 1970.
number Minute(InstantInTime instant)
The minute of the hour
number Month(InstantInTime instant)
The month of the year represented as a number from 1 to 12)
text MonthName(InstantInTime instant)
The name of the month
InstantInTime Now()
The current instant in time read from phone's clock
number Second(InstantInTime instant)
The second of the minute
number SystemTime()
The phone's internal time
number Weekday(InstantInTime instant)
The day of the week represented as a number from 1 (Sunday) to 7 (Saturday)
text WeekdayName(InstantInTime instant)
The name of the day of the week
number Year(InstantInTime instant)
The year
Results (
Thai) 1:
[Copy]Copied!
วิธีการInstantInTime AddDays(InstantInTime instant, number days)ทันทีในเวลาบางวันหลังจากอาร์กิวเมนต์InstantInTime AddHours(InstantInTime instant, number hours)ทันทีในเวลาบางเวลาหลังอาร์กิวเมนต์InstantInTime AddMinutes(InstantInTime instant, number minutes)ทันทีในเวลาบางนาทีหลังอาร์กิวเมนต์InstantInTime AddMonths(InstantInTime instant, number months)ทันทีในเวลาบางเดือนหลังอาร์กิวเมนต์InstantInTime AddSeconds(InstantInTime instant, number seconds)ทันทีในเวลาบางวินาทีหลังจากอาร์กิวเมนต์InstantInTime AddWeeks(InstantInTime instant, number weeks)ทันทีในบางสัปดาห์หลังอาร์กิวเมนต์InstantInTime AddYears(InstantInTime instant, number years)ทันทีในปีหลังจากอาร์กิวเมนต์หมายเลข DayOfMonth(InstantInTime instant)วันที่ของเดือนหมายเลขช่วงเวลา (เริ่มต้น InstantInTime สิ้นสุด InstantInTime)มิลลิวินาทีผ่านไประหว่างบะหมี่กึ่งสำเร็จรูปข้อความ FormatDate (InstantInTime ทันที รูปแบบข้อความ)ข้อความที่แสดงวันที่ของการโต้ตอบแบบทันทีในรูปแบบที่ระบุข้อความ FormatDateTime (InstantInTime ทันที รูปแบบข้อความ)ข้อความที่แสดงวันและเวลาของการโต้ตอบแบบทันทีในรูปแบบที่ระบุข้อความ FormatTime (InstantInTime ทันที)ข้อความที่แสดงถึงเวลาของการโต้ตอบแบบทันทีหมายเลข GetMillis(InstantInTime instant)ทันทีในเวลาวัดเป็นมิลลิวินาทีตั้งแต่ 1970เลขชั่วโมง (InstantInTime ทันที)ชั่วโมงของวันInstantInTime MakeInstant(text from)ทันทีในเวลาที่ระบุ โดย hh:mm:ss MM/DD/YYYY หรือ MM/DD/YYYY หรือ hh: mmInstantInTime MakeInstantFromMillis(number millis)การโต้ตอบแบบทันทีในเวลาที่ระบุในหน่วยมิลลิวินาทีตั้งแต่ 1970หมายเลขนาที (InstantInTime ทันที)นาทีของชั่วโมงหมายเลขเดือน (InstantInTime ทันที)เดือนปีที่แสดงเป็นตัวเลข 1 ถึง 12)ข้อความ MonthName (InstantInTime ทันที)ชื่อของเดือนค่า InstantInTimeอ่านทันทีปัจจุบันในเวลาจากนาฬิกาของโทรศัพท์หมายเลข Second(InstantInTime instant)วินาทีของนาทีหมายเลข SystemTime()เวลาภายในของโทรศัพท์หมายเลขในวันทำงาน (InstantInTime ทันที)วันของสัปดาห์แสดงเป็นหมายเลข 1 (วันอาทิตย์) ถึง 7 (วันเสาร์)ข้อความ WeekdayName (InstantInTime ทันที)ชื่อของวันในสัปดาห์หมายเลขปี (InstantInTime ทันที)ปี
Being translated, please wait..
