KiiCloudStorageSDK : KiiCorp.Cloud.Analytics Namespace

DateRange Class

Contains the range of date.

Syntax

public class DateRange

Remarks

Requirements

Namespace: KiiCorp.Cloud.Analytics
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the KiiCorp.Cloud.Analytics.DateRange class.

Member Details

DateRange Constructor

Initializes a new instance of the KiiCorp.Cloud.Analytics.DateRange class.

Syntax

public DateRange (DateTime start, DateTime end)

Parameters

start
Start date.
end
End date.

Exceptions

Type Reason
ArgumentException Is thrown when start > end

Remarks

Arguments must be start <= end

Requirements

Namespace: KiiCorp.Cloud.Analytics
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0