TimePeriodPipedList Property |
Gets the piped list of aliases for this date/time period. For example, in English
the piped list for Quarter is "|q|quarter|quarters|". The leading and trailing pipes
allow for easy matching. This format not only allows for straightforward aliases,
but is also a convenient mechanism for treating plurals and gender (for languages
using gender).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string PipedList { get; }
Public ReadOnly Property PipedList As String
Get
Property Value
Type:
StringSee Also