Click or drag to resize

KeyGeneratorDescendingHour Method

Gets the DateTimeOffset represented by a key generated using DescendingHourKey(DateTimeOffset).

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public static DateTimeOffset DescendingHour(
	string partitionKey
)

Parameters

partitionKey  String
The partition key to check

Return Value

DateTimeOffset
A DateTimeOffset representing the beginning of the hour nominated by partitionKey
Exceptions
ExceptionCondition
ArgumentExceptionpartitionKey does not represent a descending-hour key
See Also