C# Класс Composite.C1Console.Trees.Foundation.DateTimeFormater

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DateTime_Day System.Reflection.PropertyInfo
DateTime_Hour System.Reflection.PropertyInfo
DateTime_Minute System.Reflection.PropertyInfo
DateTime_Month System.Reflection.PropertyInfo
DateTime_Second System.Reflection.PropertyInfo
DateTime_Year System.Reflection.PropertyInfo

Открытые методы

Метод Описание
DateTimeFormater ( string format ) : System
Deserialize ( string serializedValue, System.DateTime currentTime = null ) : System.DateTime
FormatLabel ( object dateTimeValue ) : string
GetDateTime ( object value ) : System.DateTime
GetTupleConstructor ( ) : ConstructorInfo
GetTupleMembers ( ) : System.Reflection.MethodInfo[]
IsDateTimeGroupingValue ( object value ) : bool
Serialize ( object value ) : string
SerializeDateTime ( System.DateTime value ) : string

Приватные методы

Метод Описание
DateTimeFormater ( ) : System
SetFormat ( string pattern, string &format ) : void
ValidateFieldsCount ( ) : void

Описание методов

DateTimeFormater() публичный Метод

public DateTimeFormater ( string format ) : System
format string
Результат System

Deserialize() публичный статический Метод

public static Deserialize ( string serializedValue, System.DateTime currentTime = null ) : System.DateTime
serializedValue string
currentTime System.DateTime
Результат System.DateTime

FormatLabel() публичный Метод

public FormatLabel ( object dateTimeValue ) : string
dateTimeValue object
Результат string

GetDateTime() публичный Метод

public GetDateTime ( object value ) : System.DateTime
value object
Результат System.DateTime

GetTupleConstructor() публичный Метод

public GetTupleConstructor ( ) : ConstructorInfo
Результат System.Reflection.ConstructorInfo

GetTupleMembers() публичный Метод

public GetTupleMembers ( ) : System.Reflection.MethodInfo[]
Результат System.Reflection.MethodInfo[]

IsDateTimeGroupingValue() публичный Метод

public IsDateTimeGroupingValue ( object value ) : bool
value object
Результат bool

Serialize() публичный Метод

public Serialize ( object value ) : string
value object
Результат string

SerializeDateTime() публичный Метод

public SerializeDateTime ( System.DateTime value ) : string
value System.DateTime
Результат string

Описание свойств

DateTime_Day публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Day
Результат System.Reflection.PropertyInfo

DateTime_Hour публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Hour
Результат System.Reflection.PropertyInfo

DateTime_Minute публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Minute
Результат System.Reflection.PropertyInfo

DateTime_Month публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Month
Результат System.Reflection.PropertyInfo

DateTime_Second публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Second
Результат System.Reflection.PropertyInfo

DateTime_Year публичное статическое свойство

public static PropertyInfo,System.Reflection DateTime_Year
Результат System.Reflection.PropertyInfo