DateTimeUtcConverter Class

Date time UTC converter class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class DateTimeUtcConverter : IValueConverter
Inheritance
Object    DateTimeUtcConverter
Implements
IValueConverter

Constructors

DateTimeUtcConverterInitializes a new instance of the DateTimeUtcConverter class

Methods

Convert Converts a DateTime value to the local time.
ConvertBack Converts a DateTime value to UTC.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also