DateDateAsString Property | |
Gets the date as string in YYYY-MM-DD format.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [IgnoreDataMemberAttribute]
public string DateAsString { get; }
public:
[IgnoreDataMemberAttribute]
property String^ DateAsString {
String^ get ();
}
function get_DateAsString();
Property Value
Type:
StringSee Also