Click or drag to resize
IFormatterToStringDate Method (NullableDateTime)

[This is preliminary documentation and is subject to change.]

Convert Nullable DataTime (date part only) to string

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
string ToStringDate(
	Nullable<DateTime> dt
)

Parameters

dt
Type: SystemNullableDateTime

[Missing <param name="dt"/> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToStringDate(System.Nullable{System.DateTime})"]

Return Value

Type: String

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToStringDate(System.Nullable{System.DateTime})"]

See Also