# Timespan.GetMinutes

## Giới Thiệu

Lấy ra giá trị phút còn lại trong đối tượng TimeSpan

<figure><img src="/files/UqdSyMNPB0bJaci4IAQy" alt="Timespan.GetMinutes"><figcaption><p>Cấu hình function</p></figcaption></figure>

## Kết Quả

Tổng số phút được tính theo công thức

`3 ngày * 24 giờ = 72 giờ * 60 phút = 4320 phút`

`2 giờ = 2 giờ = 120 phút`

`24 phút = 24 phút`

`14s = 0 phút`

Tổng là 4,464 phút

<figure><img src="/files/0I8mkLEwO6D1r4kf3Ptd" alt=""><figcaption><p>Kết quả chạy</p></figcaption></figure>


---

# 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/datetime/timespan-object/timespan.getminutes.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.
