Table of Contents

StringAbbreviationFormat

Namespace
ZCore

This enum is used to defines how a string should be shortened. For example to shorten the name of the actual day or month returned by WeekdayToString function the first parameter is this enumeration. We have chosen a commonly used style guide to shorten the strings described here [https://www.yourdictionary.com/articles/abbreviations-days-months]

Fields

Long = 0
LongAbbreviated = 1
LetterAbbreviated = 2