Click or drag to resize
WebTimeSpan Class
This class represents a time span.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebTimeSpan : WebData

The WebTimeSpan type exposes the following members.

Constructors
  NameDescription
Public methodWebTimeSpan
Initializes a new instance of the WebTimeSpan class
Top
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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also