# Function Hỗ Trợ

- [DateTime](https://docs.taiamk.pro/function-ho-tro/datetime.md): Giới thiệu về các function liên quan đến xử lý thời gian
- [GetCurrentDateTime](https://docs.taiamk.pro/function-ho-tro/datetime/getcurrentdatetime.md): Lấy thời gian hiện tại.
- [DateTimeFromString](https://docs.taiamk.pro/function-ho-tro/datetime/datetimefromstring.md): Chuyển 1 chuỗi ký tự hiển thị thời gian thành biến kiểu Date để có thể xử lý ngày tháng.
- [DayOfWeek](https://docs.taiamk.pro/function-ho-tro/datetime/dayofweek.md): Trả về thứ tự ngày trong tuần, bắt đầu từ Chủ Nhật.
- [Tomorrow](https://docs.taiamk.pro/function-ho-tro/datetime/tomorrow.md): Lấy thời gian ngày kế tiếp
- [Yesterday](https://docs.taiamk.pro/function-ho-tro/datetime/yesterday.md): Lấy thời gian ngày trước đó
- [DateTimeToTimeStamp](https://docs.taiamk.pro/function-ho-tro/datetime/datetimetotimestamp.md): Chuyển đổi kiểu DateTime sang TimeStamp
- [TimeStampToDateTime](https://docs.taiamk.pro/function-ho-tro/datetime/timestamptodatetime.md): Chuyển đổi kiểu TimeStamp sang kiểu DateTime
- [WaitTime](https://docs.taiamk.pro/function-ho-tro/datetime/waittime.md): Dừng chạy và chờ cho đến khi đến 1 thời gian cụ thể
- [GetFileLastModifyTime](https://docs.taiamk.pro/function-ho-tro/datetime/getfilelastmodifytime.md): Lấy thời gian chỉnh sửa lần cuối cùng của 1 tệp tin
- [GetFileCreationTime](https://docs.taiamk.pro/function-ho-tro/datetime/getfilecreationtime.md)
- [SetFileLastModifyTime](https://docs.taiamk.pro/function-ho-tro/datetime/setfilelastmodifytime.md): Thay đổi thời gian chỉnh sửa lần cuối cùng của 1 tệp tin
- [SetFileCreationTime](https://docs.taiamk.pro/function-ho-tro/datetime/setfilecreationtime.md): Thay đổi thời gian tạo của 1 tệp tin
- [DateTime Object](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object.md): Kiểu biến DateTime giúp chúng ta thao tác xử lý dữ liệu liên quan đến thời gian
- [DateTime.GetYear](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.getyear.md): Lấy năm từ 1 biến kiểu DateTime trả về kiểu số nguyên
- [DateTime.GetMonth](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.getmonth.md): Lấy tháng từ 1 biến kiểu DateTime trả về kiểu số nguyên
- [DateTime.GetDay](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.getday.md): Lấy ngày từ kiểu DateTime
- [DateTime.GetHour](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.gethour.md): Lấy giờ từ kiểu DateTime
- [DateTime.GetMinute](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.getminute.md): Lấy phút từ kiểu DateTime
- [DateTime.GetSecond](https://docs.taiamk.pro/function-ho-tro/datetime/datetime-object/datetime.getsecond.md): Lấy giây từ kiểu DateTime
- [TimeSpan Object](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object.md): Đối tượng thời gian kiểu TimeSpan
- [Timespan.GetDays](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object/timespan.getdays.md): Lấy ra khoảng thời gian là số ngày từ TimeSpan
- [Timespan.GetHours](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object/timespan.gethours.md): Lấy ra khoảng thời gian là số giờ từ TimeSpan
- [Timespan.GetMinutes](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object/timespan.getminutes.md): Lấy ra khoảng thời gian là số phút từ TimeSpan
- [Timespan.GetSeconds](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object/timespan.getseconds.md): Lấy ra khoảng thời gian là số giây từ TimeSpan
- [Registry](https://docs.taiamk.pro/function-ho-tro/registry.md): Registry là một tính năng của Windows cho phép lưu trữ dữ liệu dưới dạng dạng key-value.
- [Toán Học](https://docs.taiamk.pro/function-ho-tro/toan-hoc.md): Các hàm hỗ trợ xử lý toán học
- [Thông Tin Phần Cứng](https://docs.taiamk.pro/function-ho-tro/thong-tin-phan-cung.md): Giới thiệu một vài function hỗ trợ lấy thông tin phần cứng
- [Lệnh Nghỉ](https://docs.taiamk.pro/function-ho-tro/lenh-nghi.md): Trong AMK chúng ta có các cách để tạm dừng lệnh


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taiamk.pro/function-ho-tro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
