Click or drag to resize

iCalRecurrencePatternGetDisplayName Method

Returns the display name for this pattern.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetDisplayName(
	DateTime startDate
)

Parameters

startDate
Type: SystemDateTime
The date of the start of this recurrence pattern.

Return Value

Type: String
The display name.
See Also