AFTimeSpan Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFTimeSpan type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Days |
Gets the days component of the time interval represented by the current
AFTimeSpan structure.
| |
| Hours |
Gets the fixed hours component of the time interval represented by the current
AFTimeSpan structure.
| |
| IsNegative |
Indicates if the current AFTimeSpan represents a negative span.
| |
| Milliseconds |
Gets the milliseconds component of the time interval represented by the current
AFTimeSpan structure.
| |
| Minutes |
Gets the fixed minutes component of the time interval represented by the current
AFTimeSpan structure.
| |
| Months |
Gets the months component of the time interval represented by the current
AFTimeSpan structure.
| |
| Seconds |
Gets the seconds component of the time interval represented by the current
AFTimeSpan structure.
| |
| Ticks |
Get the number of ticks that represent the value of the current
AFTimeSpan structure.
| |
| TimeZone |
Indicates the time zone of the current AFTimeSpan used to do time arithmetic.
| |
| Years |
Gets the years component of the time interval represented by the current
AFTimeSpan structure.
|