EmailOptionsDateTimeFormat Property |
Time Format (can be include TimeZone)
for example: 'MM d yyyy HH:mm tt', if not set - current system format is used
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic string DateTimeFormat { get; set; }
Public Property DateTimeFormat As String
Get
Set
public:
property String^ DateTimeFormat {
String^ get ();
void set (String^ value);
}
member DateTimeFormat : string with get, set
Property Value
Type:
String
See Also