Skip to main content

Time.Minute

ส่งกลับส่วนประกอบของนาที

Syntax

Time.Minute(
dateTime as any
) as number

Remarks

ส่งกลับส่วนประกอบนาทีของค่า time, datetime หรือ datetimezone ที่กำหนดให้ ได้แก่ dateTime

Examples

Example #1

หานาทีใน #datetime(2011, 12, 31, 9, 15, 36)

Time.Minute(#datetime(2011, 12, 31, 9, 15, 36))

Result:

15

Category

Time