Uses of Class
microsoft.exchange.webservices.data.TimeSpan

Uses of TimeSpan in microsoft.exchange.webservices.data
 

Fields in microsoft.exchange.webservices.data declared as TimeSpan
static TimeSpan TimeSpan.MAX_VALUE
          Represents the Maximum TimeSpan value.
static TimeSpan TimeSpan.MIN_VALUE
          Represents the Minimum TimeSpan value.
static TimeSpan TimeSpan.ZERO
          Represents the TimeSpan with a value of zero.
 

Methods in microsoft.exchange.webservices.data that return TimeSpan
 TimeSpan TimeSpan.duration()
          Returns a TimeSpan whose value is the absolute value of this TimeSpan.
 TimeSpan MeetingRequest.getDuration()
          Gets the duration of this appointment.
 TimeSpan Appointment.getDuration()
          Gets the duration of this appointment.
 TimeSpan TimeSpan.negate()
          Returns a TimeSpan whose value is the negated value of this TimeSpan.
static TimeSpan TimeSpan.parse(String s)
           
static TimeSpan TimeSpan.subtract(Date date1, Date date2)
          Subtracts two Date objects creating a new TimeSpan object.
 

Methods in microsoft.exchange.webservices.data with parameters of type TimeSpan
 void TimeSpan.add(TimeSpan timespan)
          Adds a TimeSpan to this TimeSpan.
static int TimeSpan.compare(TimeSpan first, TimeSpan second)
          Compares two TimeSpan objects.
 void TimeSpan.subtract(TimeSpan timespan)
          Subtracts a TimeSpan from this TimeSpan.
 



Copyright © 2012. All Rights Reserved.