I've been racking my head for an hour or so. How do I get the just the time portion of a smartdate into my object when the I've set the global setting as dateonly? Everydatimtime is my application requires only the date except one. Is there a time format string so I can set the property directly for this one instance? Like
New SmartDate("T")
Dim x As New SmartDate()
x.FormatString = "I"
Copyright (c) Marimer LLC