Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagecpp
themeConfluence
EdmiError edmiStringToDate(EdmiStringDate stringDate,
                            EdmiPackedDate *packedDate, 
                            EdmiDate       *date); 

Converts the specified time and date in EdmiStringDate format to EdmiDate and EdmiPackedDate formats.

...

Arguments

...

TypeNameComment
EdmiStringDate

stringDate

The specified time and date in EdmiStringDate format to be converted.

EdmiPackedDate

packedDate

Address of the variable that will receive the specified time and date in EdmiPackedDate format.

EdmiDate

date

Address of a variable of type EdmiDate that will receive the specified time and date in EdmiDate format.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 EdmiError rstat;
 EdmiStringDate stringDate;
 EdmiPackedDate packedDate;
 EdmiDate date;
 ...
 if (rstat = edmiStringToDate (stringDate, &packedDate, &date)) {
 /* Error in operation */  
 printf("\nError in edmiStringToDate: %s", 
 edmiGetErrorText(rstat)); 
 goto error; 
 }
 . . .

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"