dateliteralsc12.vb

来自「大名鼎鼎的mono是.NET平台的跨平台(支持linux」· VB 代码 · 共 15 行

VB
15
字号
' This test case runs on .Net 1.1 as well' Though the vb spec says the date format should be as follows' #[Whitespace+]DateOrTime[Whitespace+]#Module DateLiterals    Function Main() As Integer        Dim d As Date        d = #1/1/2004 5:05:07 PM#    End FunctionEnd Module

⌨️ 快捷键说明

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