WebTimeSpan Properties |
The WebTimeSpan type exposes the following members.
Name | Description | |
---|---|---|
Days |
Days component of the time interval represented by the
current TimeSpan class.
| |
Hours |
Hours component of the time interval represented by the
current TimeSpan class.
| |
IsDaysSpecified |
Indicates if property Days has been set.
| |
IsHoursSpecified |
Indicates if property Hours has been set.
| |
IsMinutesSpecified |
Indicates if property Minutes has been set.
| |
IsNanoSecondsSpecified |
Indicates if property NanoSeconds has been set.
| |
IsSecondsSpecified |
Indicates if property Seconds has been set.
| |
Minutes |
Minutes component of the time interval represented by the
current TimeSpan class.
| |
NanoSeconds |
NanoSeconds component of the time interval represented by the
current TimeSpan class.
| |
Seconds |
Seconds component of the time interval represented by the
current TimeSpan class.
|