Scheduler for WinRT
DateTimeToStringConverter Class
Members 


Represents a Binding converter that converts a System.DateTime to one of its string representations.
Object Model
DateTimeToStringConverter Class
Syntax
'Declaration
 
Public Class DateTimeToStringConverter 
   Implements Windows.UI.Xaml.Data.IValueConverter 
'Usage
 
Dim instance As DateTimeToStringConverter
public class DateTimeToStringConverter : Windows.UI.Xaml.Data.IValueConverter  
Remarks
DateTimeToStringConverter is a two-way converter. The source value must be the DateTime, and a target value is a string that represents the DateTime according to a format specifier defined in a converter parameter. The format specifier definition rules are the same as used in the System.DateTime.ToString(format) method. A back conversion is performed via the DateTime.DateTime.TryParseExact method if converter parameter is specified; otherwise, the DateTime.DateTime.TryParse method is used.
Inheritance Hierarchy

System.Object
   C1.Xaml.Schedule.DateTimeToStringConverter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimeToStringConverter Members
C1.Xaml.Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.