Click or drag to resize
WebTimeSpan Properties

The WebTimeSpan type exposes the following members.

Properties
  NameDescription
Public propertyDays
Days component of the time interval represented by the current TimeSpan class.
Public propertyHours
Hours component of the time interval represented by the current TimeSpan class.
Public propertyIsDaysSpecified
Indicates if property Days has been set.
Public propertyIsHoursSpecified
Indicates if property Hours has been set.
Public propertyIsMinutesSpecified
Indicates if property Minutes has been set.
Public propertyIsNanoSecondsSpecified
Indicates if property NanoSeconds has been set.
Public propertyIsSecondsSpecified
Indicates if property Seconds has been set.
Public propertyMinutes
Minutes component of the time interval represented by the current TimeSpan class.
Public propertyNanoSeconds
NanoSeconds component of the time interval represented by the current TimeSpan class.
Public propertySeconds
Seconds component of the time interval represented by the current TimeSpan class.
Top
See Also