PbDateFormatMappingSetFormat Method |
Set the format for dates.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int SetFormat(
string format
)
Public Function SetFormat (
format As String
) As Integer
public:
int SetFormat(
String^ format
)
member SetFormat :
format : string -> int
Parameters
- format
- Type: SystemString
Return Value
Type:
Int32Remarks 0 is return if the format is correct, otherwise the number of the first incorrect character in the format (begin at 1). The default format is "dmy".
See Also