Gets a string representation of underlying DateTime value according to the specified format.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public string this[
	string format
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	format As String _
) As String
	Get

Parameters

format
Type: System..::..String
Date format string.

Return Value

A string representation of underlying DateTime value.

See Also