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
)
Public Function GetDisplayName (
startDate As DateTime
) As String
Parameters
- startDate
- Type: SystemDateTime
The date of the start of this recurrence pattern.
Return Value
Type:
StringThe display name.
See Also