Categories

utcnow example

gets todays date using Date.UtcNow

utcnow example

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object

Bookmark It

get todays date

this will display todays date

get todays date

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object

Bookmark It

get the exact date and time

this will display the exact date and time when the program is run

get the exact date and time

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object

Bookmark It

display the timezone

display the timezone

display the timezone

Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object

Bookmark It

Using the SubString method

This example shows how by using the SubString method you can emulate the Left

Using the SubString method

Right and Mid functions from VB

Bookmark It