date.idl

来自「MICO2.3.13 corba 环境平台」· IDL 代码 · 共 21 行

IDL
21
字号
/* * A simple valuetype representing a date. */valuetype date {  factory create (in unsigned short dd,		  in unsigned short mm,		  in unsigned short yyyy);  boolean equal (in date other);  short compare (in date other);  public unsigned short day;  public unsigned short month;  public unsigned short year;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?