Class DTFormats
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
Date and time format strings. See https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1
public class DTFormats
- Inheritance
-
DTFormats
- Inherited Members
- Extension Methods
Fields
EnMyFormat
Custom English date format (d-M-yyy).
public const string EnMyFormat = "d-M-yyy"
Field Value
EnShortDate
English short date format (m/d/yyy).
public const string EnShortDate = "m/d/yyy"