Click or drag to resize
IFormatterToDate Method

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

Convert string to Nullable DateTime, date only

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

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToDate(System.String)"]

Return Value

Type: NullableDateTime

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToDate(System.String)"]

See Also