Show / Hide Table of Contents

Class DurationTimeHelper

Inheritance
object
DurationTimeHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public static class DurationTimeHelper

Fields

DurationColumnName

Declaration
public const string DurationColumnName = "duration"
Field Value
Type Description
string

Methods

CompareDurations(ArchiveRestrictionInfo, double, double)

Declaration
public static bool CompareDurations(ArchiveRestrictionInfo restriction, double a, double b)
Parameters
Type Name Description
ArchiveRestrictionInfo restriction
double a
double b
Returns
Type Description
bool

GetDurationColumnValue(DateTime, DateTime)

Declaration
public static TimeSpan GetDurationColumnValue(DateTime start, DateTime end)
Parameters
Type Name Description
DateTime start
DateTime end
Returns
Type Description
TimeSpan

GetTimeInQueueColumnValue(DateTime, DateTime, DateTime)

Declaration
public static TimeSpan GetTimeInQueueColumnValue(DateTime requested, DateTime start, DateTime end)
Parameters
Type Name Description
DateTime requested
DateTime start
DateTime end
Returns
Type Description
TimeSpan
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top