# Timespan.GetSeconds

## Giới Thiệu

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

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

## Kết Quả

Quy đổi ra số giây như sau:

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

`2 giờ = 2 * 60 phút = 120 phút * 60 giây = 7,200 giây`

`24 phút = 24 * 60 giây = 1,440 giây`

`14s = 14 giây`

Cộng tổng lại là: 267,854 giây

<figure><img src="/files/dEq0aGXVaaObibGSyirj" alt=""><figcaption></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.getseconds.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.
