Class FromToTDateTime<T>
- Namespace
- SunamoDateTime.Data
- Assembly
- SunamoDateTime.dll
Represents a time range with DateTime formatting capabilities. EN: Extends FromToTDt with DateTime string conversion methods. CZ: Rozšiřuje FromToTDt o metody pro konverzi DateTime na string.
public class FromToTDateTime<T> : FromToTDt<T> where T : struct
Type Parameters
TThe type of the From and To values (must be a struct)
- Inheritance
-
FromToTSHDt<T>FromToTDt<T>FromToTDateTime<T>
- Inherited Members
- Extension Methods
Methods
ToStringDateTime(LangsDt)
Converts the time range to DateTime string representation. EN: Formats the time range based on UseType (DateTime, Unix, or UnixJustTime). CZ: Formátuje časový rozsah podle UseType (DateTime, Unix, nebo UnixJustTime).
protected override string ToStringDateTime(LangsDt lang)
Parameters
langLangsDtLanguage for formatting
Returns
- string
Formatted DateTime string