Scheduler for WinRT
GetDescription(CultureInfo) Method


The System.Globalization.CultureInfo object used for getting calendar specific strings.
Gets the human-readable description of the RecurrencePattern object according to the specified culture.
Syntax
'Declaration
 
Public Overloads Function GetDescription( _
   ByVal culture As CultureInfo _
) As String
'Usage
 
Dim instance As RecurrencePattern
Dim culture As CultureInfo
Dim value As String
 
value = instance.GetDescription(culture)
public string GetDescription( 
   CultureInfo culture
)

Parameters

culture
The System.Globalization.CultureInfo object used for getting calendar specific strings.

Return Value

The System.String value described the RecurrencePattern object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RecurrencePattern Class
RecurrencePattern Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.