Click or drag to resize

KeyGeneratorDescendingHourKey Method

Generates a time-based key useful for partition keys

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

Parameters

time  DateTimeOffset
The timestamp to use

Return Value

String
A string containing the number of hours until MaxValue
See Also