DateTimeUtcToDateTimeTimeZone Class

Date time UTC to date time zone converter class.

Definition

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

Constructors

DateTimeUtcToDateTimeTimeZoneInitializes a new instance of the DateTimeUtcToDateTimeTimeZone class

Methods

Convert Converts a UTC date to the one indicated in the zone.
ConvertBack Not implemented.

Extension Methods

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

See Also