C# Class Composite.C1Console.Trees.Foundation.DateTimeFormater

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DateTimeFormater ( ) : System
SetFormat ( string pattern, string &format ) : void
ValidateFieldsCount ( ) : void

Method Details

DateTimeFormater() public méthode

public DateTimeFormater ( string format ) : System
format string
Résultat System

Deserialize() public static méthode

public static Deserialize ( string serializedValue, System.DateTime currentTime = null ) : System.DateTime
serializedValue string
currentTime System.DateTime
Résultat System.DateTime

FormatLabel() public méthode

public FormatLabel ( object dateTimeValue ) : string
dateTimeValue object
Résultat string

GetDateTime() public méthode

public GetDateTime ( object value ) : System.DateTime
value object
Résultat System.DateTime

GetTupleConstructor() public méthode

public GetTupleConstructor ( ) : ConstructorInfo
Résultat System.Reflection.ConstructorInfo

GetTupleMembers() public méthode

public GetTupleMembers ( ) : System.Reflection.MethodInfo[]
Résultat System.Reflection.MethodInfo[]

IsDateTimeGroupingValue() public méthode

public IsDateTimeGroupingValue ( object value ) : bool
value object
Résultat bool

Serialize() public méthode

public Serialize ( object value ) : string
value object
Résultat string

SerializeDateTime() public méthode

public SerializeDateTime ( System.DateTime value ) : string
value System.DateTime
Résultat string

Property Details

DateTime_Day public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Day
Résultat System.Reflection.PropertyInfo

DateTime_Hour public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Hour
Résultat System.Reflection.PropertyInfo

DateTime_Minute public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Minute
Résultat System.Reflection.PropertyInfo

DateTime_Month public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Month
Résultat System.Reflection.PropertyInfo

DateTime_Second public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Second
Résultat System.Reflection.PropertyInfo

DateTime_Year public_oe static_oe property

public static PropertyInfo,System.Reflection DateTime_Year
Résultat System.Reflection.PropertyInfo