Search
PersianCulture.Calendar Property
See Also
 





Gets the default calendar used by the culture.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override Calendar Calendar { get; }

Visual Basic  Copy Code

Public Overrides ReadOnly Property Calendar As Calendar

 Property Value

An instance of the .NET Calendar class.

 See Also